X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/e0de41ae1e67c230ad1e67f34f6f4f76e53d7234..7131d5dd34875f57384c7c7a49469825f9fa69f2:/wolnelektury/templates/base.html diff --git a/wolnelektury/templates/base.html b/wolnelektury/templates/base.html index f0eb274d7..393eec52d 100644 --- a/wolnelektury/templates/base.html +++ b/wolnelektury/templates/base.html @@ -1,14 +1,13 @@ -{% load i18n %} -{% load chunks compressed catalogue_tags sponsor_tags %} + {% load i18n chunks compressed catalogue_tags sponsor_tags %} {% block title %}WolneLektury.pl{% endblock %} {% compressed_css "all" %} - + {% compressed_js "jquery" %} {% compressed_js "all" %} {% block extrahead %} @@ -35,39 +34,42 @@ {% if user.is_staff %} | {% trans "Administration" %} {% endif %} + | {% trans "Report a bug" %} | {% trans "Logout" %}

{% else %} -

{% trans "Sign in" %} / {% trans "Register" %}

+

{% trans "Report a bug" %} + | {% trans "Sign in" %} / {% trans "Register" %}

{% endif %}
-
- {% trans "Choose your interface language: " %} - + + {% spaceless %} + {% for lang in LANGUAGES %} + + {% endfor %} + {% endspaceless %}
-
+
{% block body %} - {% endblock %} + {% endblock %}
+
+
{% trans "Close" %}
+
+

* {% trans "Loading" %}

+
+
{% endblock bodycontent %}