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