context_processors: Switch to the 2018 match.
This commit is contained in:
parent
4fd27245d6
commit
db40bda419
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ def fundgoal_lookup(fundraiser_sought):
|
|||
return None
|
||||
|
||||
def sitefundraiser(request):
|
||||
return {'sitefundgoal': fundgoal_lookup('fy-2018-main-match') }
|
||||
return {'sitefundgoal': fundgoal_lookup('cy2018-end-year-match') }
|
||||
|
||||
if conservancy.settings.FORCE_CANONICAL_HOSTNAME:
|
||||
_HOST_URL_VAR = {'host_url': 'https://' + conservancy.settings.FORCE_CANONICAL_HOSTNAME}
|
||||
|
|
Loading…
Reference in a new issue