Skip to content

Commit

Permalink
Merge pull request #724 from MadRex2000/volunteer-form-url
Browse files Browse the repository at this point in the history
update volunteer google form url
  • Loading branch information
tai271828 authored Mar 30, 2020
2 parents 47dc62d + cdb89eb commit 4d75e62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/context_processors.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ def pycontw(request):
lang = get_language()
if lang and lang.startswith('zh'):
sponsor_id = '1FAIpQLScEIeCrTHNvwbdNbZt4nK1mteC6NzHtXgF5bVn1KTtR0_sorA'
volun_id = '1FAIpQLSe6whkZAEZD10LlPQuSWRYsshySoNR_pux8grGZ0OgmOIkQ3g'
volun_id = '1FAIpQLSfdqEqqjzPnVU7S8ya1slXKszSIHOpljKEzY8odGRBjjAv-fw'
else:
sponsor_id = '1FAIpQLScEIeCrTHNvwbdNbZt4nK1mteC6NzHtXgF5bVn1KTtR0_sorA'
volun_id = '1FAIpQLSe6whkZAEZD10LlPQuSWRYsshySoNR_pux8grGZ0OgmOIkQ3g'
volun_id = '1FAIpQLSfdqEqqjzPnVU7S8ya1slXKszSIHOpljKEzY8odGRBjjAv-fw'
return {
'GTM_TRACK_ID': settings.GTM_TRACK_ID,
'KKTIX_URL': {
Expand Down

0 comments on commit 4d75e62

Please sign in to comment.