--- a/app/soc/models/program.py Wed Jan 28 20:21:15 2009 +0000
+++ b/app/soc/models/program.py Wed Jan 28 20:27:16 2009 +0000
@@ -106,3 +106,9 @@
is_enabled.help_text = ugettext(
'Field used to indicate if a Presence is enabled at all, and as such'
' accessible to non-developers.')
+
+ #: Whether the program is enabled
+ allocations_visible = db.BooleanProperty(default=False,
+ verbose_name=ugettext('Slot allocations visible'))
+ allocations_visible.help_text = ugettext(
+ 'Field used to indicate if the slot allocations should be visible.')