X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/74081c8b2e9a8588505c40257556e17274fc80de..1e373b12f008865c90a75cc56202d8adde06e2b7:/redakcja/templates/base.html diff --git a/redakcja/templates/base.html b/redakcja/templates/base.html index 971213fe..fc609954 100644 --- a/redakcja/templates/base.html +++ b/redakcja/templates/base.html @@ -1,10 +1,11 @@ - + {% load i18n %} - - - - {% block title %}{% trans "Platforma Redakcyjna" %}{% block subtitle %}{% endblock subtitle %}{% endblock title%} + + + + + {% block title %}{% block titleextra %}{% endblock titleextra %} :: + {% trans "Platforma Redakcyjna" %}{% endblock title %} {% block extrahead %} {% endblock %} @@ -12,7 +13,7 @@
- + Loading

{% trans "Loading" %}

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