fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Moving forward.
[wolnelektury.git]
/
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
(executable)
new mode 100644
(file)
index
cf43ef3
..
7a08ab6
--- 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 %}
{% load i18n %}
{% load catalogue_tags %}
@@
-7,11
+7,9
@@
{% block bodyid %}collection{% endblock %}
{% block body %}
{% block bodyid %}collection{% endblock %}
{% block body %}
- <h1>{{ collection.title }}</h1>
-
- {{ collection.description|safe }}
-
- {% plain_list collection.get_books by_author=True %}
+ <h1>{{ collection.title }}</h1>
+ {{ collection.description|safe }}
+ {% plain_list collection.get_books by_author=True %}
{% endblock %}
{% endblock %}