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