X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/74081c8b2e9a8588505c40257556e17274fc80de..8a3484b:/redakcja/templates/base.html
diff --git a/redakcja/templates/base.html b/redakcja/templates/base.html
index 971213fe..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 @@
-

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