X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/5bb84c5c39ca5c6865f6a417d1b170f3b65e8bce..e390e737951ea78e783070b9729a877945daaa42:/templates/base.html diff --git a/templates/base.html b/templates/base.html index a98dcdf64..78bb6b5a2 100644 --- a/templates/base.html +++ b/templates/base.html @@ -18,9 +18,15 @@
Zalogowany jako {{ user.username }} | Wyloguj
++ Zalogowany jako {{ user.username }} + {% if user.is_staff %} + | Administracja + {% endif %} + | Wyloguj +
{% else %} - + {% endif %}