X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/f88f26e37b7f97e31ff75742eecd21d7f3fe4f16..ad9d29909733d402b8c197cb7c5d46afe887fa15:/wolnelektury/templates/superbase.html diff --git a/wolnelektury/templates/superbase.html b/wolnelektury/templates/superbase.html index 5813a2b7f..a4a7830e2 100644 --- a/wolnelektury/templates/superbase.html +++ b/wolnelektury/templates/superbase.html @@ -1,5 +1,5 @@ - + {% load cache compressed i18n %} {% load catalogue_tags reporting_stats sponsor_tags %} @@ -8,7 +8,7 @@ - + {% block ogextra %}{% endblock %} @@ -23,8 +23,6 @@ - - {% block extrahead %} {% endblock %} @@ -47,7 +45,7 @@ {% cache 60 tagline LANGUAGE_CODE %} {% url book_list as b %} - {% url infopage 'o-projekcie' as r %} + {% url infopage 'prawa' as r %} {% count_books book_count %} {% blocktrans count book_count as c %} {{c}} free reading you have right to @@ -60,7 +58,17 @@

{% if user.is_authenticated %} - {% trans "Welcome" %}, {{ user.username }} + {% trans "Welcome" %}, + + + {{ user.username }} + + + {% trans "Password" %}
+ {% trans "E-mail" %}
+ {% trans "Social accounts" %}
+
+
| {% trans "My shelf" %} {% if user.is_staff %} | {% trans "Administration" %} @@ -88,7 +96,7 @@ -

+
@@ -115,19 +123,21 @@ {% catalogue_menu %} {% endcache %} - -
- +
+ + ⚐ {% trans "Language versions" %}
{% for lang in LANGUAGES %} - + >{{ lang.1 }} + {% endfor %}
-
@@ -188,7 +198,7 @@ {% compressed_js "base" %} - + + + {% block extrabody %} + {% endblock %} + + +