app/soc/models/presence.py
changeset 1051 c532dd9def48
parent 1038 0a0bc446f869
child 1229 ec3768cbf369
--- a/app/soc/models/presence.py	Wed Jan 28 18:24:20 2009 +0000
+++ b/app/soc/models/presence.py	Wed Jan 28 20:21:15 2009 +0000
@@ -57,18 +57,3 @@
   feed_url.help_text = ugettext(
       'The URL should be a valid ATOM or RSS feed. '
       'Feed entries are shown on the home page.')
-
-  #: Reference to Document containing optional Terms of Service
-  tos = db.ReferenceProperty(
-    reference_class=soc.models.document.Document,
-    verbose_name=ugettext('Terms of Service'),
-    collection_name='tos')
-  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.')