X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/3ecd7222f0493c2bdb4de0fdb7dc02f4b4767457..3d4b6a3014e2e6cfc908a2cd3d36a470b23448cd:/apps/catalogue/urls.py diff --git a/apps/catalogue/urls.py b/apps/catalogue/urls.py index cc97e9209..e864cdba3 100644 --- a/apps/catalogue/urls.py +++ b/apps/catalogue/urls.py @@ -25,6 +25,7 @@ urlpatterns = patterns('catalogue.views', # tools url(r'^zegar/$', 'clock', name='clock'), url(r'^xmls.zip$', 'xmls', name='xmls'), + url(r'^liczniki/$', 'counters', name='catalogue_counters'), # Public interface. Do not change this URLs. url(r'^lektura/(?P[a-zA-Z0-9-]+)\.html$', 'book_text', name='book_text'),