Push agreements to group 99 for Role forms.
authorLennard de Rijk <ljvderijk@gmail.com>
Sat, 21 Mar 2009 15:55:33 +0000
changeset 1979 365f6a145223
parent 1978 a8810c038500
child 1980 db7c98580008
Push agreements to group 99 for Role forms. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
app/soc/models/role.py
--- a/app/soc/models/role.py	Sat Mar 21 13:07:12 2009 +0000
+++ b/app/soc/models/role.py	Sat Mar 21 15:55:33 2009 +0000
@@ -321,7 +321,7 @@
       verbose_name=ugettext('I Agree to the Terms of Service'))
   agreed_to_tos.help_text = ugettext(
       'Indicates whether the user agreed to this role Terms of Service.')
-  agreed_to_tos.group = ugettext("5. Terms of Service")
+  agreed_to_tos.group = ugettext("99. Terms of Service")
 
   #: field storing when the User has agreed to the site-wide Terms of Service.
   #: (Not a required field because the Terms of Service might not be present
@@ -330,7 +330,7 @@
       verbose_name=ugettext('Has agreed to the Terms of Service on'))
   agreed_to_tos_on.help_text = ugettext(
       'Indicates when the user agreed to this role Terms of Service.')
-  agreed_to_tos.group = ugettext("5. Terms of Service")
+  agreed_to_tos.group = ugettext("99. Terms of Service")
 
   #: field storing the status of this role
   #: Active means that this role can exercise all it's privileges.