Renamed module catalogue.templatetags.catalogue to catalogue.templatetags.catalogue_tags.
[wolnelektury.git] / templates / catalogue / book_detail.html
index 8746edb..a23e631 100644 (file)
@@ -1,5 +1,5 @@
 {% extends "base.html" %}
-{% load catalogue %}
+{% load catalogue_tags %}
 
 {% block title %}Lektura {{ book.title }} w WolneLektury.pl{% endblock %}