fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
search - new result layout. the css is not perfect though.
[wolnelektury.git]
/
wolnelektury
/
templates
/
catalogue
/
catalogue.html
diff --git
a/wolnelektury/templates/catalogue/catalogue.html
b/wolnelektury/templates/catalogue/catalogue.html
index
1423577
..
c84ebbb
100644
(file)
--- a/
wolnelektury/templates/catalogue/catalogue.html
+++ b/
wolnelektury/templates/catalogue/catalogue.html
@@
-10,6
+10,12
@@
{% block body %}
<h1>{% trans "Catalogue" %}</h1>
{% block body %}
<h1>{% trans "Catalogue" %}</h1>
+ <div class="normal-text">
+
+ <p><a href="{% url reporting_catalogue_pdf %}">
+ {% trans "Download the catalogue in PDF format." %}
+ </a></p>
+
<h2></a>{% trans "Authors" %}<a name="autorzy"></a></h2>
{% tag_list categories.author %}
<h2></a>{% trans "Authors" %}<a name="autorzy"></a></h2>
{% tag_list categories.author %}
@@
-24,4
+30,5
@@
<h2>{% trans "Themes and topics" %}<a name="motywy"></a></h2>
{% tag_list fragment_tags %}
<h2>{% trans "Themes and topics" %}<a name="motywy"></a></h2>
{% tag_list fragment_tags %}
+ </div>
{% endblock %}
{% endblock %}