Change Google Maps property name from gm_api_key to gmaps_api_key.
authorPawel Solyga <Pawel.Solyga@gmail.com>
Mon, 10 Nov 2008 16:46:16 +0000
changeset 465 4f1b37d6d76e
parent 464 c8cfb488adf4
child 466 ad2908f1646a
Change Google Maps property name from gm_api_key to gmaps_api_key. Patch by: Pawel Solyga
app/soc/models/site_settings.py
--- 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.')