X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/ec9a0abcd6bf2c7b3bce436a74e48d96c8b713d2..deba5aa1860a2fa367e062e95793d5fe6599745b:/templates/base.html diff --git a/templates/base.html b/templates/base.html index a98dcdf64..8accaee6a 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,4 +1,4 @@ -{% load chunks compressed %} +{% load chunks compressed catalogue_tags %} @@ -12,15 +12,25 @@ {% endblock %}
+Zalogowany jako {{ user.username }} | Wyloguj
++ Zalogowany jako {{ user.username }} + | Zestawy + {% if user.is_staff %} + | Administracja + {% endif %} + | Wyloguj +
{% else %} - + {% endif %}