fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
changed tag description display
[wolnelektury.git]
/
wolnelektury
/
urls.py
diff --git
a/wolnelektury/urls.py
b/wolnelektury/urls.py
index
0628b15
..
5101355
100644
(file)
--- 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')),
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',
# Static pages
url(r'^wolontariat/$', 'django.views.generic.list_detail.object_detail',