url(r'^dziekujemy/$', ThanksView.as_view(), name='funding_thanks'),
url(r'^niepowodzenie/$', NoThanksView.as_view(), name='funding_nothanks'),
url(r'^wylacz_email/$', DisableNotifications.as_view(), name='funding_disable_notifications'),
url(r'^dziekujemy/$', ThanksView.as_view(), name='funding_thanks'),
url(r'^niepowodzenie/$', NoThanksView.as_view(), name='funding_nothanks'),
url(r'^wylacz_email/$', DisableNotifications.as_view(), name='funding_disable_notifications'),