slight title update for dashboard
All checks were successful
Build and Deploy Staging / build (push) Successful in 47s
Tests / test (push) Successful in 31s
Build and Deploy Staging / deploy (push) Successful in 7s

This commit is contained in:
Tobias Brunner 2025-10-03 15:36:18 +02:00
parent 5cd80b7270
commit 69807d034e
Signed by: tobru
SSH key fingerprint: SHA256:kOXg1R6c11XW3/Pt9dbLdQvOJGFAy+B2K6v6PtRWBGQ

View file

@ -1,7 +1,7 @@
{% extends "frontend/base.html" %}
{% load i18n static %}
{% block html_title %}
{{ object.name }} {% translate "Dashboard" %}
{% translate "Dashboard" %} for {{ object.name }}
{% endblock html_title %}
{% block page_title %}{% endblock %}
{% block content %}