diff -r cd9bf163473c -r ed3b545a9c14 app/soc/models/organization.py --- 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