Changeset - 4ca9ac146374
[Not reviewed]
0 1 0
Brett Smith (brett) - 5 years ago 2018-11-20 15:38:46
brett@sfconservancy.org
static: Update sitefundgoal for these pages too.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
www/conservancy/static/views.py
Show inline comments
...
 
@@ -58,7 +58,7 @@ def index(request, *args, **kwargs):
 
        if kwargs.has_key('fundraiser_sought'):
 
            kwargs['fundgoal'] = fundgoal_lookup(kwargs['fundraiser_sought'])
 

	
 
        kwargs['sitefundgoal'] = fundgoal_lookup('supporterrun')
 
        kwargs['sitefundgoal'] = fundgoal_lookup('cy2018-end-year-match')
 

	
 
        context = RequestContext(request, kwargs)
 
        content = template.render(context)
0 comments (0 inline, 0 general)