From: Jan Szejko Date: Mon, 11 Apr 2016 15:33:12 +0000 (+0200) Subject: reorganize page titles (stub) X-Git-Url: https://git.mdrn.pl/wolnelektury.git/commitdiff_plain/e26eab6acc241c451e02f229fe99402675c99f81?ds=sidebyside reorganize page titles (stub) --- diff --git a/src/wolnelektury/templates/base.html b/src/wolnelektury/templates/base.html index fac93191c..345b80f15 100644 --- a/src/wolnelektury/templates/base.html +++ b/src/wolnelektury/templates/base.html @@ -1,4 +1,4 @@ {% extends "superbase.html" %} -{% block ogtitle %}{% block titleextra %}{% endblock %}{% endblock %} +{% block ogtitle %}{% block titleextra %}{{ page_title }}{% endblock %}{% endblock %} diff --git a/src/wolnelektury/templates/superbase.html b/src/wolnelektury/templates/superbase.html index 139fc1624..af9df973a 100644 --- a/src/wolnelektury/templates/superbase.html +++ b/src/wolnelektury/templates/superbase.html @@ -12,7 +12,7 @@ - + - {% block title %}{% trans "Wolne Lektury" %} :: {% block titleextra %}{% endblock %}{% endblock %} + {% block title %}{% block titleextra %}{{ page_title }}{% endblock %} :: {% trans "Wolne Lektury" %}{% endblock %}