app/soc/models/organization.py
changeset 344 d135c8c09967
parent 316 9efdc7bc3565
child 369 2955eff2bf94
--- a/app/soc/models/organization.py	Wed Oct 15 20:10:07 2008 +0000
+++ b/app/soc/models/organization.py	Wed Oct 15 20:24:02 2008 +0000
@@ -39,4 +39,8 @@
      'reviewers' back-reference Query of the Organization model 'org'
      reference.
   """
-  pass
\ No newline at end of file
+
+  #: Group type short name used for example in urls
+  GROUP_TYPE_SHORT = 'org'
+  #: Group type plural name used in Group templates
+  GROUP_TYPE_PLURAL = 'Organizations'
\ No newline at end of file