diff -r 1c96c36b58db -r d135c8c09967 app/soc/models/school.py --- a/app/soc/models/school.py Wed Oct 15 20:10:07 2008 +0000 +++ b/app/soc/models/school.py Wed Oct 15 20:24:02 2008 +0000 @@ -40,5 +40,9 @@ belonging to) a School. This relation is implemented as the 'students' back-reference Query of the Student model 'school' reference. """ - pass + #: Group type short name used for example in urls + GROUP_TYPE_SHORT = 'school' + #: Group type plural name used in Group templates + GROUP_TYPE_PLURAL = 'Schools' +