static: Update sitefundgoal for these pages too.
This commit is contained in:
parent
236bbfbbb9
commit
4ca9ac1463
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ def index(request, *args, **kwargs):
|
||||||
if kwargs.has_key('fundraiser_sought'):
|
if kwargs.has_key('fundraiser_sought'):
|
||||||
kwargs['fundgoal'] = fundgoal_lookup(kwargs['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)
|
context = RequestContext(request, kwargs)
|
||||||
content = template.render(context)
|
content = template.render(context)
|
||||||
|
|
Loading…
Reference in a new issue