app/soc/models/group_app.py
changeset 1544 5d23f0160fcd
parent 1503 c8ebaacc2337
child 1562 0e1a93e0c54d
equal deleted inserted replaced
1543:60e0a164a867 1544:5d23f0160fcd
    93   member_criteria = db.TextProperty(required=True,
    93   member_criteria = db.TextProperty(required=True,
    94     verbose_name=ugettext(
    94     verbose_name=ugettext(
    95       'What criteria do you use to select the members of your group?'
    95       'What criteria do you use to select the members of your group?'
    96       ' Please be as specific as possible.'))
    96       ' Please be as specific as possible.'))
    97   member_criteria.help_text = ugettext(
    97   member_criteria.help_text = ugettext(
    98     'Members include mentors, admininstrators, and the like.')
    98     'Members include mentors, administrators, and the like.')
    99 
    99 
   100   # property containing the status of the application
   100   # property containing the status of the application
   101   # completed means that the application has been processed into a real group
   101   # completed means that the application has been processed into a real group
   102   # pre-accepted: used to indicate that the application has been accepted
   102   # pre-accepted: used to indicate that the application has been accepted
   103   # but the group cannot be made yet.
   103   # but the group cannot be made yet.