X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/108c9cc4636b04f4ba3f0edd67c26acbdca36984..e5765b9136262e7d2131b5a9283e495290eb68da:/wolnelektury/templates/base.html diff --git a/wolnelektury/templates/base.html b/wolnelektury/templates/base.html index ff40f4113..f481c9767 100644 --- a/wolnelektury/templates/base.html +++ b/wolnelektury/templates/base.html @@ -7,6 +7,7 @@ {% block title %}WolneLektury.pl{% endblock %} {% compressed_css "all" %} + {% compressed_js "jquery" %} {% compressed_js "all" %} {% block extrahead %} {% endblock %} @@ -22,8 +23,8 @@
{% if user.is_authenticated %}

- Zalogowany jako {{ user.username }} - | Moje półki + Witaj, {{ user.username }} + | Twoje półki {% if user.is_staff %} | Administracja {% endif %}