X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/560fda9dbc19a0019af8449b3d3393305fffa743..e57294eb8426697ef5088161b4d8843aceb586de:/apps/wolnelektury_core/templates/superbase.html diff --git a/apps/wolnelektury_core/templates/superbase.html b/apps/wolnelektury_core/templates/superbase.html index 64ef21636..3eaf96216 100644 --- a/apps/wolnelektury_core/templates/superbase.html +++ b/apps/wolnelektury_core/templates/superbase.html @@ -32,7 +32,6 @@ {% endblock %} - {% include "annoy.html" %} {% block bodycontent %} @@ -50,8 +49,8 @@
{% 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 @@ -66,26 +65,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 %} @@ -102,7 +101,7 @@ -
+
@@ -133,7 +132,7 @@ {% trans "Language versions" %}
{% for lang in LANGUAGES %} - + {% csrf_token %}