Renamed tagged_book_list to tagged_object_list.
[wolnelektury.git] / catalogue / templatetags / catalogue_tags.py
index 20c7abd..0e05fa5 100644 (file)
@@ -164,7 +164,7 @@ class CatalogueURLNode(Node):
                 pass
         
         if len(tag_slugs) > 0:
-            return reverse('tagged_book_list', kwargs={'tags': '/'.join(tag_slugs)})
+            return reverse('tagged_object_list', kwargs={'tags': '/'.join(tag_slugs)})
         else:
             return reverse('main_page')