X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/70e52697f5d41c6658b03b739378a2a2139355e8..7f95f426fe9d582ee5b33e73edc7ef7c78a82c12:/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