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

{% trans "Loading" %}

@@ -21,7 +21,7 @@
{% block maincontent %} {% endblock %}
- + {% block extrabody %}{% endblock %}