X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/f88f26e37b7f97e31ff75742eecd21d7f3fe4f16..fa684e7b11bba7f7fce1c0e7832b34d0b8593db4:/wolnelektury/templates/superbase.html diff --git a/wolnelektury/templates/superbase.html b/wolnelektury/templates/superbase.html index 5813a2b7f..cd6659043 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 %} @@ -60,7 +58,17 @@{% if user.is_authenticated %} - {% trans "Welcome" %}, {{ user.username }} + {% trans "Welcome" %}, + + + {{ user.username }} + + + | {% trans "My shelf" %} {% if user.is_staff %} | {% trans "Administration" %} @@ -197,5 +205,11 @@ var pageTracker = _gat._getTracker("UA-2576694-1"); pageTracker._trackPageview(); --> + + {% block extrabody %} + {% endblock %} + + +