fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
experimental map
[wolnelektury.git]
/
src
/
catalogue
/
templates
/
catalogue
/
catalogue.html
diff --git
a/src/catalogue/templates/catalogue/catalogue.html
b/src/catalogue/templates/catalogue/catalogue.html
index
482e828
..
935d232
100644
(file)
--- a/
src/catalogue/templates/catalogue/catalogue.html
+++ b/
src/catalogue/templates/catalogue/catalogue.html
@@
-1,4
+1,4
@@
-{% extends
"
base/base.html" %}
+{% extends
request.EXPERIMENTS.layout|yesno:"2022/base.html,
base/base.html" %}
{% load i18n %}
{% load catalogue_tags %}
{% load i18n %}
{% load catalogue_tags %}
@@
-7,9
+7,9
@@
{% block bodyid %}catalogue-catalogue{% endblock %}
{% block bodyid %}catalogue-catalogue{% endblock %}
-{% block body %}
+{% block body %}
{% block main %}
<h1>{% trans "All works" %}</h1>
<h1>{% trans "All works" %}</h1>
- <div class="normal-text catalogue-catalogue">
+ <div class="normal-text catalogue-catalogue
l-container
">
<p>
<a href="{% url 'reporting_catalogue_pdf' %}">
{% trans "Download the catalogue in PDF format." %}
<p>
<a href="{% url 'reporting_catalogue_pdf' %}">
{% trans "Download the catalogue in PDF format." %}
@@
-22,7
+22,7
@@
<h2>{% trans "Collections" %}</h2>
{% plain_list collections paged=False %}
<h2>{% trans "Collections" %}</h2>
{% plain_list collections paged=False %}
- <h2>{% trans "
Gallery
" %}</h2>
+ <h2>{% trans "
Art
" %}</h2>
{% plain_list pictures by_author=True paged=False initial_blocks=True %}
</div>
{% plain_list pictures by_author=True paged=False initial_blocks=True %}
</div>
-{% endblock %}
+{% endblock %}
{% endblock %}