X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/8559c95597de98e8f6c580e97224ed3ecc9dc5c0..e390e737951ea78e783070b9729a877945daaa42:/templates/base.html?ds=inline diff --git a/templates/base.html b/templates/base.html index a8e21fbb1..78bb6b5a2 100644 --- a/templates/base.html +++ b/templates/base.html @@ -5,7 +5,7 @@
Zalogowany jako {{ user.username }} | Wyloguj
++ Zalogowany jako {{ user.username }} + {% if user.is_staff %} + | Administracja + {% endif %} + | Wyloguj +
{% else %} - + {% endif %}