X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/c38cfacc4f2cdb7a9e702d0b7b46978089413677..2bdee8a54239c9020e2539c8ad0f1d34f7c5c7dc:/apps/wolnelektury_core/templates/superbase.html diff --git a/apps/wolnelektury_core/templates/superbase.html b/apps/wolnelektury_core/templates/superbase.html index f596c43a0..a5c9c25ba 100644 --- a/apps/wolnelektury_core/templates/superbase.html +++ b/apps/wolnelektury_core/templates/superbase.html @@ -1,6 +1,7 @@ - + {% load cache compressed i18n %} + {% load static from staticfiles %} {% load catalogue_tags reporting_stats sponsor_tags %} @@ -16,10 +17,13 @@ {% block title %}{% trans "Wolne Lektury" %} :: {% block titleextra %}{% endblock %}{% endblock %} - - + + {% compressed_css "all" %} - {% compressed_css "screen" %} + + + {#% compressed_css "handheld" %#} @@ -28,6 +32,7 @@ {% endblock %} + {% include "annoy.html" %} {% block bodycontent %} @@ -38,14 +43,15 @@
{% cache 60 tagline LANGUAGE_CODE %} - {% url book_list as b %} - {% url infopage 'prawa' as r %} + {% url 'book_list' as b %} + {% url 'infopage' 'prawa' as r %} {% count_books book_count %} {% blocktrans count book_count as c %} {{c}} free reading you have right to @@ -60,26 +66,26 @@ {% if user.is_authenticated %} {% trans "Welcome" %}, - + {{ user.username }} - {% trans "Password" %}
- {% trans "E-mail" %}
- {% trans "Social accounts" %}
+ {% trans "Password" %}
+ {% trans "E-mail" %}
+ {% trans "Social accounts" %}
- | {% trans "My shelf" %} + | {% trans "My shelf" %} {% if user.is_staff %} | {% trans "Administration" %} {% endif %} - | {% trans "Logout" %} + | {% trans "Logout" %} {% else %} - {% trans "Sign in" %} / - {% trans "Register" %} {% endif %} @@ -96,7 +102,7 @@ -
+
@@ -119,9 +125,7 @@