context_processors: Switch to the 2018 match.

This commit is contained in:
Brett Smith 2018-11-18 14:32:29 -05:00
parent 4fd27245d6
commit db40bda419

View file

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