-
+ {% cache 60 catalogue-menu LANGUAGE_CODE %}
+ {% catalogue_menu %}
+ {% endcache %}
X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/3c12104d064098096eb5fe9c9ee122d0293e10f2..d006c3ee8a6305e89f723cb6d84497817ae2050c:/wolnelektury/templates/base.html diff --git a/wolnelektury/templates/base.html b/wolnelektury/templates/base.html index 23cb46b56..2477726fb 100644 --- a/wolnelektury/templates/base.html +++ b/wolnelektury/templates/base.html @@ -1,8 +1,8 @@ - {% load i18n compressed catalogue_tags sponsor_tags %} - {% load reporting_stats %} + {% load cache compressed i18n %} + {% load catalogue_tags reporting_stats sponsor_tags %}
@@ -31,25 +31,27 @@
{% if user.is_authenticated %}
{% trans "Welcome" %}, {{ user.username }}
- | {% trans "Your shelves" %}
+ | {% trans "My shelf" %}
{% if user.is_staff %}
| {% trans "Administration" %}
{% endif %}
- | {% trans "Logout" %}
+ | {% trans "Logout" %}
{% else %}
@@ -94,16 +96,9 @@