fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fixed form action in book_detail template.
[wolnelektury.git]
/
wolnelektury
/
urls.py
diff --git
a/wolnelektury/urls.py
b/wolnelektury/urls.py
index
b84c616
..
19f6cb5
100644
(file)
--- a/
wolnelektury/urls.py
+++ b/
wolnelektury/urls.py
@@
-12,9
+12,12
@@
urlpatterns = patterns('',
url(r'^katalog/', include('catalogue.urls')),
# Static pages
url(r'^katalog/', include('catalogue.urls')),
# Static pages
- url(r'wolontariat/$', 'django.views.generic.simple.direct_to_template',
+ url(r'
^
wolontariat/$', 'django.views.generic.simple.direct_to_template',
{'template': 'info/voluntary_services.html', 'extra_context': {'form': SearchForm()}},
name='voluntary_services'),
{'template': 'info/voluntary_services.html', 'extra_context': {'form': SearchForm()}},
name='voluntary_services'),
+ url(r'^o-projekcie/$', 'django.views.generic.simple.direct_to_template',
+ {'template': 'info/about_us.html', 'extra_context': {'form': SearchForm()}},
+ name='about_us'),
# Admin panel
url(r'^admin/doc/', include('django.contrib.admindocs.urls')),
# Admin panel
url(r'^admin/doc/', include('django.contrib.admindocs.urls')),