X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/8559c95597de98e8f6c580e97224ed3ecc9dc5c0..7dd21f50786ef999aa6ccdc1a2ffc3a1caf5c85c:/templates/base.html diff --git a/templates/base.html b/templates/base.html index a8e21fbb1..8accaee6a 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,26 +1,36 @@ -{% load chunks compressed %} +{% load chunks compressed catalogue_tags %}
Zalogowany jako {{ user.username }} | Wyloguj
++ Zalogowany jako {{ user.username }} + | Zestawy + {% if user.is_staff %} + | Administracja + {% endif %} + | Wyloguj +
{% else %} - + {% endif %}