# HG changeset patch # User Lennard de Rijk # Date 1237650933 0 # Node ID 365f6a1452237a0e649022cab664e791ed4babac # Parent a8810c038500abcc4e50c2e9538af468962997a2 Push agreements to group 99 for Role forms. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed diff -r a8810c038500 -r 365f6a145223 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.