url(r'^kolekcje/$', 'collections', name='catalogue_collections'),
url(r'^lektury/$', 'tagged_object_list', name='book_list'),
url(r'^lektury/(?P<slug>[a-zA-Z0-9-]+)/$', 'collection', name='collection'),
url(r'^kolekcje/$', 'collections', name='catalogue_collections'),
url(r'^lektury/$', 'tagged_object_list', name='book_list'),
url(r'^lektury/(?P<slug>[a-zA-Z0-9-]+)/$', 'collection', name='collection'),