app/soc/models/role.py
changeset 2165 ab1ff1608258
parent 2162 03ed2fa5ccc8
child 2249 08d1367deb4f
equal deleted inserted replaced
2164:94e498e3dd44 2165:ab1ff1608258
   238 
   238 
   239   #: field storing whether the User has agreed to publish his location
   239   #: field storing whether the User has agreed to publish his location
   240   publish_location = db.BooleanProperty(required=False, default=False,
   240   publish_location = db.BooleanProperty(required=False, default=False,
   241       verbose_name=ugettext('Publish my location'))
   241       verbose_name=ugettext('Publish my location'))
   242   publish_location.help_text = ugettext(
   242   publish_location.help_text = ugettext(
   243       'Indicates whether the user agreed to publish location.')
   243       'By checking this box, you are agreeing to allow the Program Owner'
       
   244       ' to display your location (City, State/Province, Country level only)'
       
   245       ' on any map. For instance on the map linking Students to Mentors or'
       
   246       ' by showing your location on your public profile page in the system.')
   244   publish_location.group = ugettext("2. Contact Info (Private)")
   247   publish_location.group = ugettext("2. Contact Info (Private)")
   245 
   248 
   246   #: Optional field containing a separate shipping street address; kept
   249   #: Optional field containing a separate shipping street address; kept
   247   #: private.  If shipping address is not present in its entirety, the
   250   #: private.  If shipping address is not present in its entirety, the
   248   #: residence address will be used instead.  Shipping street address can only
   251   #: residence address will be used instead.  Shipping street address can only