-{% extends "base.html" %}
+{% extends "base/base.html" %}
{% load i18n %}
{% load catalogue_tags %}
{% 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 %}