app/soc/views/helper/access.py
changeset 2538 c82fbf7fbad0
parent 2536 9f1b7aba026f
child 2543 4c95d717a976
equal deleted inserted replaced
2537:990a44b6310b 2538:c82fbf7fbad0
   146 
   146 
   147 DEF_GROUP_NOT_FOUND_MSG = ugettext(
   147 DEF_GROUP_NOT_FOUND_MSG = ugettext(
   148     'The requested Group can not be found.')
   148     'The requested Group can not be found.')
   149 
   149 
   150 DEF_NOT_ALLOWED_PROJECT_FOR_SURVEY_MSG = ugettext(
   150 DEF_NOT_ALLOWED_PROJECT_FOR_SURVEY_MSG = ugettext(
   151     'You are not allowed to take this Survey for the specified Student Project')
   151     'You are not allowed to take this Survey for the specified Student'
       
   152     ' Project.')
   152 
   153 
   153 DEF_USER_ACCOUNT_INVALID_MSG_FMT = ugettext(
   154 DEF_USER_ACCOUNT_INVALID_MSG_FMT = ugettext(
   154     'The <b><i>%(email)s</i></b> account cannot be used with this site, for'
   155     'The <b><i>%(email)s</i></b> account cannot be used with this site, for'
   155     ' one or more of the following reasons:'
   156     ' one or more of the following reasons:'
   156     '<ul>'
   157     '<ul>'