-# -*- coding: utf-8 -*-
# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later.
# Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information.
#
# books by collections
url(r'^collections/$',
piwik_track_view(views.CollectionList.as_view()),
- name="api_collections"),
+ name="catalogue_api_collections"),
url(r'^collections/(?P<slug>[^/]+)/$',
piwik_track_view(views.CollectionDetail.as_view()),
name="collection-detail"),