Correct method name.

This commit is contained in:
Bradley M. Kuhn 2015-05-09 17:12:34 -07:00
parent 1588fa5d81
commit e8a5795a2c

View file

@ -61,7 +61,7 @@ urlpatterns = patterns('',
(r'^overview', 'conservancy.static.views.index'), (r'^overview', 'conservancy.static.views.index'),
(r'^privacy-policy', 'conservancy.static.views.index'), (r'^privacy-policy', 'conservancy.static.views.index'),
(r'^supporter', 'conservancy.static.views.index'), (r'^supporter', 'conservancy.static.views.index'),
(r'^fundraiser_data', 'conservancy.fundgoal.views.view'), (r'^fundraiser_data', 'conservancy.apps.fundgoal.views.view'),
) )
# urlpatterns += url(regex = r'^%s(?P<path>.*)$' % conservancy.settings.STATIC_URL[1:], # urlpatterns += url(regex = r'^%s(?P<path>.*)$' % conservancy.settings.STATIC_URL[1:],