cox always see full year

This commit is contained in:
2023-04-04 15:42:26 +02:00
parent 476c4db255
commit 21b87f9471
2 changed files with 3 additions and 12 deletions

View File

@ -2,10 +2,6 @@
{% 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>