Code layout change.
[wolnelektury.git] / src / picture / templates / picture / collection.html
diff --git a/src/picture/templates/picture/collection.html b/src/picture/templates/picture/collection.html
new file mode 100644 (file)
index 0000000..f794fbf
--- /dev/null
@@ -0,0 +1,10 @@
+{% extends "picture/picture_list_thumb.html" %}
+{% load i18n %}
+
+{% block titleextra %}{{ context.collection.title }}{% endblock %}
+
+{% block book_list_header %}{{ context.collection.title }}{% endblock %}
+
+{% block book_list_info %}
+{{ context.collection.description|safe }}
+{% endblock %}