fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
missing chunk
[wolnelektury.git]
/
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
(executable)
new mode 100644
(file)
index
c4c3d6e
..
22e59a9
--- 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 %}
{% load i18n %}
+{% block settings %}
+ {% load title %}
+ {% trans "Publishing plan" as title %}
+ {% title title %}
+{% endblock %}
+
{% block titleextra %}{% trans "Publishing plan" %}{% endblock titleextra %}
{% block body %}
{% 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 %}
{% endblock %}