X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/04b6cd3e089303190f580c9e38c7ad3246ba4eec..3f84dfec54e97d5d5b4f8a1d37c2a1e8ba8a2933:/wolnelektury/urls.py diff --git a/wolnelektury/urls.py b/wolnelektury/urls.py index 19f6cb51e..58e3c747a 100644 --- a/wolnelektury/urls.py +++ b/wolnelektury/urls.py @@ -15,6 +15,9 @@ urlpatterns = patterns('', url(r'^wolontariat/$', 'django.views.generic.simple.direct_to_template', {'template': 'info/voluntary_services.html', 'extra_context': {'form': SearchForm()}}, name='voluntary_services'), + url(r'^mozesz-nam-pomoc/$', 'django.views.generic.simple.direct_to_template', + {'template': 'info/help_us.html', 'extra_context': {'form': SearchForm()}}, + name='help_us'), url(r'^o-projekcie/$', 'django.views.generic.simple.direct_to_template', {'template': 'info/about_us.html', 'extra_context': {'form': SearchForm()}}, name='about_us'),