allow to show full year

This commit is contained in:
2023-04-04 15:38:47 +02:00
parent 9ad8e6dfed
commit 476c4db255
4 changed files with 52 additions and 31 deletions

View File

@ -2,6 +2,10 @@
{% block content %}
{% if loggedin_user.is_cox %}
<a href="/?all">SHOW FULL YEAR</a>
{% endif %}
{% if loggedin_user %}
Hi {{ loggedin_user.name }}. <a href="/auth/logout">LOGOUT</a>