X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/e0de41ae1e67c230ad1e67f34f6f4f76e53d7234..b382b5de96bef3774c62d6056e8b3bf3cfca0971:/wolnelektury/templates/base.html diff --git a/wolnelektury/templates/base.html b/wolnelektury/templates/base.html index f0eb274d7..ca417677d 100644 --- a/wolnelektury/templates/base.html +++ b/wolnelektury/templates/base.html @@ -35,16 +35,18 @@ {% 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 %}
@@ -55,19 +57,19 @@
-
+
{% block body %} - {% endblock %} + {% endblock %}
+
+
{% trans "Close" %}
+
+

* {% trans "Loading" %}

+
+
{% endblock bodycontent %}