app/soc/models/school.py
changeset 745 ed3b545a9c14
parent 385 6d410bf49a82
child 748 f00e6b3af5a6
--- 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