app/soc/models/site.py
changeset 1579 a06d60fcb23d
parent 1447 5e729070dc60
child 1585 06fb5950cb03
--- 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.