app/soc/models/presence.py
changeset 1038 0a0bc446f869
parent 970 8b5611d5b053
child 1051 c532dd9def48
equal deleted inserted replaced
1037:f706ac5beccf 1038:0a0bc446f869
    64     verbose_name=ugettext('Terms of Service'),
    64     verbose_name=ugettext('Terms of Service'),
    65     collection_name='tos')
    65     collection_name='tos')
    66   tos.help_text = ugettext(
    66   tos.help_text = ugettext(
    67       'Document containing optional Terms of Service for participating.')
    67       'Document containing optional Terms of Service for participating.')
    68   tos.redirect_url = soc.models.document.Document.URL_NAME
    68   tos.redirect_url = soc.models.document.Document.URL_NAME
       
    69 
       
    70   is_enabled = db.BooleanProperty(
       
    71       verbose_name=ugettext('Is Enabled'))
       
    72   is_enabled.help_text = ugettext(
       
    73       'Field used to indicate if a Presence is enabled at all, and as such'
       
    74       '  accessible to non-developers.')