app/soc/models/role.py
changeset 481 94834a1e6c01
parent 474 0bf5af57cef9
child 533 ba3309b2fd30
equal deleted inserted replaced
480:9b07ddeb1412 481:94834a1e6c01
   114   #====================================================================
   114   #====================================================================
   115   #  (public) contact information
   115   #  (public) contact information
   116   #====================================================================
   116   #====================================================================
   117 
   117 
   118   #: Required field used as the 'public' contact mechanism for the
   118   #: Required field used as the 'public' contact mechanism for the
   119   #: Role (as opposed to the user.id email address which is
   119   #: Role (as opposed to the user.account email address which is
   120   #: kept secret).
   120   #: kept secret).
   121   email = db.EmailProperty(
   121   email = db.EmailProperty(
   122       required=True,
   122       required=True,
   123       verbose_name=ugettext_lazy('Email Address'))
   123       verbose_name=ugettext_lazy('Email Address'))
   124 
   124