X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/04b6cd3e089303190f580c9e38c7ad3246ba4eec..eca626e3b4df287dc762a765cf22ba98504162f9:/wolnelektury/urls.py?ds=sidebyside

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'),