X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/cda147aa999b09a14dacb097d91638f6b9cca236..69a96efdb07b874a503845692a4cdb9355458beb:/wolnelektury/urls.py diff --git a/wolnelektury/urls.py b/wolnelektury/urls.py index 696a8e87c..6c254519c 100644 --- a/wolnelektury/urls.py +++ b/wolnelektury/urls.py @@ -36,6 +36,8 @@ urlpatterns += patterns('', url(r'^uzytkownik/', include('allauth.urls')), url(r'^czekaj/', include('waiter.urls')), url(r'^wesprzyj/', include('funding.urls')), + url(r'^ankieta/', include('polls.urls')), + url(r'^biblioteki', include('libraries.urls')), # Admin panel url(r'^admin/catalogue/book/import$', 'catalogue.views.import_book', name='import_book'),