X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/f938afb8ab4cb091d12e0ef0311eaea14b774798..ce8d791a5298e0cb2569034aec4c8b57afac97b2:/redakcja/templates/base.html diff --git a/redakcja/templates/base.html b/redakcja/templates/base.html index ac728d06..971213fe 100644 --- a/redakcja/templates/base.html +++ b/redakcja/templates/base.html @@ -1,14 +1,24 @@ +{% load i18n %} - {% block title %}Platforma Redakcyjna{% block subtitle %}{% endblock subtitle %}{% endblock title%} + {% block title %}{% trans "Platforma Redakcyjna" %}{% block subtitle %}{% endblock subtitle %}{% endblock title%} {% block extrahead %} {% endblock %} + +
+
+ +

{% trans "Loading" %}

+
+
+
+
{% block maincontent %} {% endblock %}