X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/a5d5b8e47b9016cbf3e0327c52e17319d5176984..0c9e7e914bc548bee30add46fb6e4aadf6ffb16c:/apps/catalogue/urls.py?ds=sidebyside diff --git a/apps/catalogue/urls.py b/apps/catalogue/urls.py index 43209198b..e9f638345 100644 --- a/apps/catalogue/urls.py +++ b/apps/catalogue/urls.py @@ -57,6 +57,7 @@ urlpatterns += patterns('catalogue.views', # Public interface. Do not change this URLs. url(r'^lektura/(?P%s)\.html$' % SLUG, 'book_text', name='book_text'), + url(r'^lektura/(?P%s)\.html2$' % SLUG, 'book_text2'), url(r'^lektura/(?P%s)/audiobook/$' % SLUG, 'player', name='book_player'), url(r'^lektura/(?P%s)/$' % SLUG, 'book_detail', name='book_detail'), url(r'^lektura/(?P%s)/motyw/(?P[a-zA-Z0-9-]+)/$' % SLUG,