diff -r cd9bf163473c -r ed3b545a9c14 app/soc/models/club.py --- a/app/soc/models/club.py Mon Dec 15 00:21:26 2008 +0000 +++ b/app/soc/models/club.py Mon Dec 15 00:22:50 2008 +0000 @@ -38,10 +38,5 @@ relation is implemented as the 'members' back-reference Query of the Member model 'club' reference. """ - - #: Type name used in templates - TYPE_NAME = ugettext_lazy('Club') - #: Type short name used for example in urls - TYPE_NAME_SHORT = 'club' - #: Type plural name used in templates - TYPE_NAME_PLURAL = ugettext_lazy('Clubs') \ No newline at end of file + + pass \ No newline at end of file