- url(r'^$', OfferDetailView.as_view(), name='funding_current'),
+
+ url(r'^$', CurrentView.as_view(), name='funding_current'),
+ url(r'^teraz/$', CurrentView.as_view()),
+ url(r'^teraz/(?P<slug>[^/]+)/$', CurrentView.as_view(), name='funding_current'),