changeset 1262 | e2e5b7798746 |
parent 1191 | bb530ca58bc5 |
child 1307 | 091a21cf3627 |
--- a/app/soc/models/document.py Wed Feb 11 19:59:27 2009 +0000 +++ b/app/soc/models/document.py Wed Feb 11 20:02:46 2009 +0000 @@ -48,7 +48,7 @@ #: field storing the prefix of this document prefix = db.StringProperty(default='user', required=True, - choices=['site', 'club', 'sponsor', 'program', 'organization', 'user'], + choices=['site', 'club', 'sponsor', 'program', 'org', 'user'], verbose_name=ugettext('Prefix')) prefix.help_text = ugettext( 'Indicates the prefix of the document,'