X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/2f1c330e555c24deb17b7d6018b59c52dab7aafd..21f878e8112cf1f9b732a6dbb77e70efa68a01aa:/wolnelektury/templates/base.html diff --git a/wolnelektury/templates/base.html b/wolnelektury/templates/base.html index 8c8f1c68b..1c60b4151 100644 --- a/wolnelektury/templates/base.html +++ b/wolnelektury/templates/base.html @@ -7,11 +7,16 @@ {% block title %}WolneLektury.pl{% endblock %} {% compressed_css "all" %} + {% compressed_js "jquery" %} {% compressed_js "all" %} {% block extrahead %} {% endblock %} +
{% chunk "top-message" %}
@@ -22,15 +27,15 @@
{% if user.is_authenticated %}

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

{% else %} -

Zaloguj się / Załóż konto

+

{% endif %}
@@ -95,5 +100,11 @@

* Ładowanie

+ +