X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/357027375ff8867f42ca34bcbfb5a78b5b185fc3..114d7edc5dab67cc91565960a6e8bbc040563901:/src/wolnelektury/templates/publish_plan.html diff --git a/src/wolnelektury/templates/publish_plan.html b/src/wolnelektury/templates/publish_plan.html index c4c3d6e6a..ffc11501e 100755 --- a/src/wolnelektury/templates/publish_plan.html +++ b/src/wolnelektury/templates/publish_plan.html @@ -1,16 +1,15 @@ -{% extends "base.html" %} +{% extends "base/base.html" %} {% load i18n %} {% block titleextra %}{% trans "Publishing plan" %}{% endblock titleextra %} {% block body %} -<h1>{% trans "Publishing plan" %}</h1> - -<ul class="normal-text"> -{% for elem in plan %} - <li><a href="{{ elem.link }}">{{ elem.title }}</a></li> -{% endfor %} -</ul> + <h1>{% trans "Publishing plan" %}</h1> + <ul class="normal-text"> + {% for elem in plan %} + <li><a href="{{ elem.link }}">{{ elem.title }}</a></li> + {% endfor %} + </ul> {% endblock %}