X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/3c0e373447323b5e33b273859e790a2054771afa..84a3f7f335bf15b4671cc56c26d243bf539a9536:/src/wolnelektury/templates/publish_plan.html?ds=sidebyside

diff --git a/src/wolnelektury/templates/publish_plan.html b/src/wolnelektury/templates/publish_plan.html
old mode 100755
new mode 100644
index ffc11501e..22e59a97f
--- a/src/wolnelektury/templates/publish_plan.html
+++ b/src/wolnelektury/templates/publish_plan.html
@@ -1,6 +1,12 @@
-{% extends "base/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 %}