app/soc/models/program.py
changeset 1969 236f677c158c
parent 1966 fcf246b379a7
child 2138 70b4a5e90eb0
equal deleted inserted replaced
1968:23fa129b7cad 1969:236f677c158c
    65       '<small><i>for example:</i></small><br>'
    65       '<small><i>for example:</i></small><br>'
    66       '<tt><b>GSoC 2009</b> is the <i>Google Summer of Code</i>,'
    66       '<tt><b>GSoC 2009</b> is the <i>Google Summer of Code</i>,'
    67       ' but in <u>2009</u>!</tt><br><br>'
    67       ' but in <u>2009</u>!</tt><br><br>'
    68       '<small><i>(rich text formatting is supported)</i></small>')
    68       '<small><i>(rich text formatting is supported)</i></small>')
    69 
    69 
    70   #: Required field storing description of the group.
    70   #: Message displayed at the top of the accepted organizations page.
    71   accepted_orgs_msg = db.TextProperty(required=False,
    71   accepted_orgs_msg = db.TextProperty(required=False,
    72       verbose_name=ugettext('Accepted Organizations Message'))
    72       verbose_name=ugettext('Accepted Organizations Message'))
    73   accepted_orgs_msg.help_text = ugettext(
    73   accepted_orgs_msg.example_text = ugettext(
    74       '<small><i>for example:</i></small><br>'
    74       '<small><i>for example:</i></small><br>'
    75       '<tt>Students who wish to participate can find out more about'
    75       '<tt>Students who wish to participate can find out more about'
    76       ' each mentoring organization below.</tt><br><br>'
    76       ' each mentoring organization below.</tt><br><br>'
    77       '<small><i>(rich text formatting is supported)</i></small>')
    77       '<small><i>(rich text formatting is supported)</i></small>')
    78 
    78