diff options
Diffstat (limited to 'templates/book.html')
-rw-r--r-- | templates/book.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/book.html b/templates/book.html index a58a09f2..dddd13e6 100644 --- a/templates/book.html +++ b/templates/book.html @@ -1,5 +1,5 @@ -<!-- template book.html --> {% extends "base_content.html" %} +<!-- template book.html --> {% load i18n %} {% load extra_tags %} {% load extra_filters %} |