X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/7dd21f50786ef999aa6ccdc1a2ffc3a1caf5c85c..633b91cf88a2ff369d7d3dbcc8bdc3fd20cc68e9:/catalogue/templatetags/catalogue_tags.py?ds=sidebyside diff --git a/catalogue/templatetags/catalogue_tags.py b/catalogue/templatetags/catalogue_tags.py index 20c7abd23..0e05fa52a 100644 --- a/catalogue/templatetags/catalogue_tags.py +++ b/catalogue/templatetags/catalogue_tags.py @@ -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')