X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/ae60b2a3949e96357477cc04f90fd0873cee8a92..ddf2102eff7ea420a4ea5144c43409587fc1156e:/src/catalogue/templates/catalogue/collection.html diff --git a/src/catalogue/templates/catalogue/collection.html b/src/catalogue/templates/catalogue/collection.html old mode 100755 new mode 100644 index cf43ef36b..7a08ab6c7 --- a/src/catalogue/templates/catalogue/collection.html +++ b/src/catalogue/templates/catalogue/collection.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "base/base.html" %} {% load i18n %} {% load catalogue_tags %} @@ -7,11 +7,9 @@ {% block bodyid %}collection{% endblock %} {% block body %} -

{{ collection.title }}

- - {{ collection.description|safe }} - - {% plain_list collection.get_books by_author=True %} +

{{ collection.title }}

+ {{ collection.description|safe }} + {% plain_list collection.get_books by_author=True %} {% endblock %}