diff -r a0081c626acb -r 9a163d82635d app/soc/views/helper/responses.py --- a/app/soc/views/helper/responses.py Wed Jan 28 11:24:34 2009 +0000 +++ b/app/soc/views/helper/responses.py Wed Jan 28 11:26:00 2009 +0000 @@ -124,7 +124,7 @@ if settings: context['ga_tracking_num'] = settings.ga_tracking_num - + context['gmaps_api_key'] = settings.gmaps_api_key context['tos_link'] = redirects.getToSRedirect(settings) return context