app/soc/models/site_settings.py
changeset 411 c8ac5c1161e2
parent 405 f3525c1288ed
child 453 229e39d268a6
--- a/app/soc/models/site_settings.py	Thu Oct 23 05:21:41 2008 +0000
+++ b/app/soc/models/site_settings.py	Thu Oct 23 09:08:02 2008 +0000
@@ -34,8 +34,8 @@
   #: Valid Google Analytics tracking number, if entered every page
   #: is going to have Google Analytics JS initialization code in 
   #: the footer with the given tracking number.
-  ga_tracking_no = db.StringProperty(verbose_name=ugettext_lazy('Google Analytics'))
-  ga_tracking_no.help_text = ugettext_lazy(
+  ga_tracking_num = db.StringProperty(verbose_name=ugettext_lazy('Google Analytics'))
+  ga_tracking_num.help_text = ugettext_lazy(
       'Valid Google Analytics tracking number. If the number is '
       'entered every page is going to have Google Analytics '
       'initialization code in footer.')