diff -r 50ce8ac13932 -r f6515daaf000 app/soc/models/document.py --- a/app/soc/models/document.py Fri Sep 18 19:56:23 2009 +0200 +++ b/app/soc/models/document.py Fri Sep 18 20:06:28 2009 +0200 @@ -17,6 +17,7 @@ """This module contains the Document Model.""" __authors__ = [ + '"Madhusudan.C.S" ', '"Pawel Solyga" ', '"Sverre Rabbelier" ', ] @@ -50,7 +51,8 @@ #: field storing the prefix of this document prefix = db.StringProperty(default='user', required=True, - choices=['site', 'club', 'sponsor', 'program', 'org', 'user'], + choices=['site', 'club', 'sponsor', 'program', + 'ghop_program', 'org', 'ghop_org', 'user'], verbose_name=ugettext('Prefix')) prefix.help_text = ugettext( 'Indicates the prefix of the document,'