window titles

This commit is contained in:
2024-02-26 21:04:49 +01:00
parent 9264609910
commit 44e32c59ff
2 changed files with 8 additions and 0 deletions
+4
View File
@@ -1,5 +1,9 @@
{% extends "Base.html" %} {% extends "Base.html" %}
{% block window-title %}
Overzicht
{% endblock %}
{% block main-content %} {% block main-content %}
<p>Onderstaand alle nummers waar je al op gestemd hebt.</p> <p>Onderstaand alle nummers waar je al op gestemd hebt.</p>
<ul class="tree-view overview"> <ul class="tree-view overview">
+4
View File
@@ -1,5 +1,9 @@
{% extends "Base.html" %} {% extends "Base.html" %}
{% block window-title %}
Instellingen
{% endblock %}
{% block main-content %} {% block main-content %}
<p>Hoi {{ user.first_name }}!</p> <p>Hoi {{ user.first_name }}!</p>
{% if user.is_staff %} {% if user.is_staff %}