X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/f938afb8ab4cb091d12e0ef0311eaea14b774798..ed5df159a03b0c3c0d17f9e7be8d925e9e73f669:/redakcja/templates/base.html diff --git a/redakcja/templates/base.html b/redakcja/templates/base.html index ac728d06..65174e44 100644 --- a/redakcja/templates/base.html +++ b/redakcja/templates/base.html @@ -1,17 +1,27 @@ - - - - - {% block title %}Platforma Redakcyjna{% block subtitle %}{% endblock subtitle %}{% endblock title%} + +{% load i18n %} + + + + {% block title %}{% trans "Platforma Redakcyjna" %} :: + {% block titleextra %}{% endblock titleextra %}{% endblock title%} {% block extrahead %} {% endblock %} + +
+
+ Loading +

{% trans "Loading" %}

+
+
+
+
{% block maincontent %} {% endblock %}
- + {% block extrabody %}{% endblock %}