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" %}
{% block window-title %}
Instellingen
{% endblock %}
{% block main-content %}
<p>Hoi {{ user.first_name }}!</p>
{% if user.is_staff %}