Change Google Maps property name from gm_api_key to gmaps_api_key.
Patch by: Pawel Solyga
--- a/app/soc/models/site_settings.py Mon Nov 10 16:40:51 2008 +0000
+++ b/app/soc/models/site_settings.py Mon Nov 10 16:46:16 2008 +0000
@@ -42,7 +42,7 @@
'initialization code in footer.')
#: Valid Google Maps API Key. Used to embed Google Maps.
- gm_api_key = db.StringProperty(verbose_name=ugettext_lazy('Google Maps'))
- gm_api_key.help_text = ugettext_lazy(
+ gmaps_api_key = db.StringProperty(verbose_name=ugettext_lazy('Google Maps'))
+ gmaps_api_key.help_text = ugettext_lazy(
'Valid Google Maps API Key. This key is used for '
'embedding Google Maps into the website.')