X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/80b56e4c5f668a8011bdf859504d45b7b7f6d914..a1edf3f1a7cff6e6f4d85a4288ca9b1d5cd3b254:/wolnelektury/urls.py diff --git a/wolnelektury/urls.py b/wolnelektury/urls.py index e99b0816a..6c254519c 100644 --- a/wolnelektury/urls.py +++ b/wolnelektury/urls.py @@ -35,6 +35,8 @@ urlpatterns += patterns('', url(r'^ludzie/', include('social.urls')), 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