X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/357027375ff8867f42ca34bcbfb5a78b5b185fc3..a3b153ea6e30da275edf3e34b8d2f8ca1bb436cc:/src/wolnelektury/templates/publish_plan.html diff --git a/src/wolnelektury/templates/publish_plan.html b/src/wolnelektury/templates/publish_plan.html old mode 100755 new mode 100644 index c4c3d6e6a..dec60b689 --- a/src/wolnelektury/templates/publish_plan.html +++ b/src/wolnelektury/templates/publish_plan.html @@ -1,16 +1,21 @@ -{% extends "base.html" %} +{% extends "2022/base_simple.html" %} {% load i18n %} +{% block settings %} + {% load title %} + {% trans "Publishing plan" as title %} + {% title title %} +{% endblock %} + {% block titleextra %}{% trans "Publishing plan" %}{% endblock titleextra %} {% block body %} -

{% trans "Publishing plan" %}

- - +

{% trans "Publishing plan" %}

+ {% endblock %}