--- a/app/soc/models/program.py Fri Mar 20 22:50:34 2009 +0000
+++ b/app/soc/models/program.py Fri Mar 20 23:21:21 2009 +0000
@@ -67,10 +67,10 @@
' but in <u>2009</u>!</tt><br><br>'
'<small><i>(rich text formatting is supported)</i></small>')
- #: Required field storing description of the group.
+ #: Message displayed at the top of the accepted organizations page.
accepted_orgs_msg = db.TextProperty(required=False,
verbose_name=ugettext('Accepted Organizations Message'))
- accepted_orgs_msg.help_text = ugettext(
+ accepted_orgs_msg.example_text = ugettext(
'<small><i>for example:</i></small><br>'
'<tt>Students who wish to participate can find out more about'
' each mentoring organization below.</tt><br><br>'