X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/891b9e3b7ecaedc9ac32bc941400a267c77482a0..91d7e239af13516e98a9df25336274937ed80720:/wolnelektury/urls.py diff --git a/wolnelektury/urls.py b/wolnelektury/urls.py index 0628b1568..5101355ef 100644 --- a/wolnelektury/urls.py +++ b/wolnelektury/urls.py @@ -20,6 +20,7 @@ infopages = { urlpatterns = patterns('', url(r'^katalog/', include('catalogue.urls')), url(r'^materialy/', include('lessons.urls')), + url(r'^sugestia/', include('suggest.urls')), # Static pages url(r'^wolontariat/$', 'django.views.generic.list_detail.object_detail',