url(r'^wolontariat/$', 'django.views.generic.simple.direct_to_template',
{'template': 'info/voluntary_services.html', 'extra_context': {'form': SearchForm()}},
name='voluntary_services'),
url(r'^wolontariat/$', 'django.views.generic.simple.direct_to_template',
{'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'),
url(r'^o-projekcie/$', 'django.views.generic.simple.direct_to_template',
{'template': 'info/about_us.html', 'extra_context': {'form': SearchForm()}},
name='about_us'),