diff -r f706ac5beccf -r 0a0bc446f869 app/soc/models/presence.py --- a/app/soc/models/presence.py Wed Jan 28 15:24:02 2009 +0000 +++ b/app/soc/models/presence.py Wed Jan 28 15:25:50 2009 +0000 @@ -66,3 +66,9 @@ tos.help_text = ugettext( 'Document containing optional Terms of Service for participating.') tos.redirect_url = soc.models.document.Document.URL_NAME + + is_enabled = db.BooleanProperty( + verbose_name=ugettext('Is Enabled')) + is_enabled.help_text = ugettext( + 'Field used to indicate if a Presence is enabled at all, and as such' + ' accessible to non-developers.')