+ url(r'^materialy/', include('lessons.urls')),
+ url(r'^sugestia/', include('suggest.urls')),
+
+ # Static pages
+ url(r'^wolontariat/$', 'infopages.views.infopage', {'slug': 'voluntary_services'}, name='voluntary_services'),
+ url(r'^mozesz-nam-pomoc/$', 'infopages.views.infopage', {'slug': 'help_us'}, name='help_us'),
+ url(r'^o-projekcie/$', 'infopages.views.infopage', {'slug': 'about_us'}, name='about_us'),
+ url(r'^widget/$', 'infopages.views.infopage', {'slug': 'widget'}, name='widget'),