diff -r cd9bf163473c -r ed3b545a9c14 app/soc/models/school.py --- a/app/soc/models/school.py Mon Dec 15 00:21:26 2008 +0000 +++ b/app/soc/models/school.py Mon Dec 15 00:22:50 2008 +0000 @@ -39,9 +39,4 @@ back-reference Query of the Student model 'school' reference. """ - #: Type name used in templates - TYPE_NAME = ugettext_lazy('School') - #: Type short name used for example in urls - TYPE_NAME_SHORT = 'school' - #: Type plural name used in templates - TYPE_NAME_PLURAL = ugettext_lazy('Schools') \ No newline at end of file + pass \ No newline at end of file