X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/ec9a0abcd6bf2c7b3bce436a74e48d96c8b713d2..05062d251dfe096e5e54aba912d5744d2695d164:/templates/base.html diff --git a/templates/base.html b/templates/base.html index a98dcdf64..03f8e198a 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,4 +1,4 @@ -{% load chunks compressed %} +{% load chunks compressed catalogue %} @@ -18,9 +18,15 @@
{% if user.is_authenticated %} -

Zalogowany jako {{ user.username }} | Wyloguj

+

+ Zalogowany jako {{ user.username }} + {% if user.is_staff %} + | Administracja + {% endif %} + | Wyloguj +

{% else %} -

Zaloguj / Zarejestruj

+

Zaloguj się / Załóż konto

{% endif %}
@@ -58,5 +64,26 @@ Fundacja Nowoczesna Polska +
+
Zamknij
+
+
+

Zaloguj się / Załóż konto

+

+
    + {% authentication_form %} +
  1. +
+
+ +
+