X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/ae60b2a3949e96357477cc04f90fd0873cee8a92..0541ee560dede7fab782543f0b9417b126e33b89:/src/catalogue/urls.py?ds=inline

diff --git a/src/catalogue/urls.py b/src/catalogue/urls.py
index a4627e25e..bc9f78d87 100644
--- a/src/catalogue/urls.py
+++ b/src/catalogue/urls.py
@@ -14,6 +14,8 @@ SLUG = r'[a-z0-9-]*'
 
 urlpatterns = patterns(
     'picture.views',
+
+    url(r'^obraz/strona/$', 'picture_page', name='picture_page'),
     # pictures - currently pictures are coupled with catalogue, hence the url is here
     url(r'^obraz/$', 'picture_list_thumb', name='picture_list_thumb'),
     url(r'^obraz/(?P<slug>%s).html$' % SLUG, 'picture_viewer', name='picture_viewer'),