X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/e390e737951ea78e783070b9729a877945daaa42..c1c87f44a4f252023c1e7cfa6f03aaa0f2b596a3:/templates/base.html?ds=inline diff --git a/templates/base.html b/templates/base.html index 78bb6b5a2..69f5dd2f9 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,4 +1,4 @@ -{% load chunks compressed %} +{% load chunks compressed catalogue_tags %} @@ -12,6 +12,9 @@ {% endblock %}
+Zalogowany jako {{ user.username }} + | Zestawy {% if user.is_staff %} | Administracja {% endif %} - | Wyloguj + | Wyloguj
{% else %} @@ -67,26 +71,21 @@