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'),