X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/357027375ff8867f42ca34bcbfb5a78b5b185fc3..758943d9c9bc7aafb8262ee265018502f2db469d:/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..22e59a97f --- a/src/wolnelektury/templates/publish_plan.html +++ b/src/wolnelektury/templates/publish_plan.html @@ -1,16 +1,21 @@ -{% extends "base.html" %} +{% extends request.EXPERIMENTS.layout.value|yesno:"2022/base_simple.html,base/base.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 %}