From e26eab6acc241c451e02f229fe99402675c99f81 Mon Sep 17 00:00:00 2001 From: Jan Szejko Date: Mon, 11 Apr 2016 17:33:12 +0200 Subject: [PATCH] reorganize page titles (stub) --- src/wolnelektury/templates/base.html | 2 +- src/wolnelektury/templates/superbase.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 %} -- 2.20.1