diff -r 0ffb9a3dfbdf -r a06d60fcb23d app/soc/models/site.py --- a/app/soc/models/site.py Sun Mar 01 15:33:52 2009 +0000 +++ b/app/soc/models/site.py Sun Mar 01 18:57:08 2009 +0000 @@ -42,6 +42,10 @@ verbose_name=ugettext('Site Name')) site_name.help_text = ugettext('The official name of the Site') + #: A notice that should be displayed site-wide + site_notice = db.StringProperty(verbose_name=ugettext('Site Notice')) + site_notice.help_text = ugettext('A notice that will be displayed site-wide') + #: 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.