64 description.example_text = ugettext( |
64 description.example_text = ugettext( |
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. |
|
71 accepted_orgs_msg = db.TextProperty(required=False, |
|
72 verbose_name=ugettext('Accepted Organizations Message')) |
|
73 accepted_orgs_msg.help_text = ugettext( |
|
74 '<small><i>for example:</i></small><br>' |
|
75 '<tt>Students who wish to participate can find out more about' |
|
76 ' each mentoring organization below.</tt><br><br>' |
|
77 '<small><i>(rich text formatting is supported)</i></small>') |
|
78 |
70 #: Required field storing application/tasks limit of the program. |
79 #: Required field storing application/tasks limit of the program. |
71 apps_tasks_limit = db.IntegerProperty(required=True, |
80 apps_tasks_limit = db.IntegerProperty(required=True, |
72 verbose_name=ugettext('Application/Tasks Limit')) |
81 verbose_name=ugettext('Application/Tasks Limit')) |
73 apps_tasks_limit.example_text = ugettext( |
82 apps_tasks_limit.example_text = ugettext( |
74 '<small><i>e.g.</i></small> ' |
83 '<small><i>e.g.</i></small> ' |