- url(r'^fundusz/$', WLFundView.as_view(), name='funding_wlfund'),
+ url(r'^niepowodzenie/$', NoThanksView.as_view(), name='funding_nothanks'),
+
+ url(r'^wylacz_email/$', DisableNotifications.as_view(), name='funding_disable_notifications'),
+
+ url(r'^getpaid/', include('getpaid.urls')),