app/soc/models/organization.py
changeset 745 ed3b545a9c14
parent 682 187f4d95fedb
child 748 f00e6b3af5a6
--- a/app/soc/models/organization.py	Mon Dec 15 00:21:26 2008 +0000
+++ b/app/soc/models/organization.py	Mon Dec 15 00:22:50 2008 +0000
@@ -37,10 +37,5 @@
      'reviewers' back-reference Query of the Organization model 'org'
      reference.
   """
-
-  #: Type name used in templates
-  TYPE_NAME = ugettext_lazy('Organization')
-  #: Type short name used for example in urls
-  TYPE_NAME_SHORT = 'org'
-  #: Type plural name used in templates
-  TYPE_NAME_PLURAL = ugettext_lazy('Organizations')
+  
+  pass