static: Update sitefundgoal for these pages too.

This commit is contained in:
Brett Smith 2018-11-20 10:38:46 -05:00
parent 236bbfbbb9
commit 4ca9ac1463

View file

@ -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)