X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/54d2f3a9f5501bfca8ab48544123f2851c6c4085..b8c343054791fed1329bf58185c1725caa5432a1:/redakcja/templates/base.html diff --git a/redakcja/templates/base.html b/redakcja/templates/base.html index 4f40b297..595007db 100644 --- a/redakcja/templates/base.html +++ b/redakcja/templates/base.html @@ -1,9 +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 %}