Changeset - e8a5795a2ce8
[Not reviewed]
0 1 0
Bradley Kuhn (bkuhn) - 9 years ago 2015-05-10 00:12:34
bkuhn@ebb.org
Correct method name.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
www/conservancy/urls.py
Show inline comments
...
 
@@ -63,3 +63,3 @@ urlpatterns = patterns('',
 
    (r'^supporter', 'conservancy.static.views.index'),
 
    (r'^fundraiser_data', 'conservancy.fundgoal.views.view'),
 
    (r'^fundraiser_data', 'conservancy.apps.fundgoal.views.view'),
 
)
0 comments (0 inline, 0 general)