Adding Page title

This commit is contained in:
Michael Bergbauer 2025-07-05 11:48:32 +02:00
parent 3288c1b107
commit 26002fbbfb
2 changed files with 7 additions and 1 deletions

View File

@ -9,4 +9,7 @@
<a href="{% url 'members' %}" class="button" style="background:#444;">Abbrechen</a>
</form>
</div>
{% endblock %}
{% endblock %}
{% block title %}
Mitglied löschen
{% endblock %}

View File

@ -25,3 +25,6 @@
</form>
</div>
{% endblock %}
{% block title %}
{{ action }} Person
{% endblock %}