Changeset 04a46ed


Ignore:
Timestamp:
Apr 10, 2012, 4:38:14 AM (14 years ago)
Author:
MIT Association of Student Activities <asa@…>
Branches:
master, space-access, stable, stage
Children:
a7d30ef
Parents:
bb1a40e
git-author:
Alex Dehnert <adehnert@…> (04/10/12 04:38:14)
git-committer:
MIT Association of Student Activities <asa@…> (04/10/12 04:38:14)
Message:

Clearer text for people bulk update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asadb/groups/views.py

    r1b51809 r04a46ed  
    350350        ('add', 'Add new people', ),
    351351        ('remove', 'Remove old people', ),
    352         ('sync', 'Set people (adding and removing as required)', ),
     352        ('sync', 'Set people to list provided', ),
    353353    ]
    354     mode = forms.ChoiceField(choices=mode_choices)
     354    mode_help = '"Set people to list provided" will add people not listed in the grid above, and remove people not listed in the textbox below. You must always specify at least one username, and thus cannot use "Set people" to remove all people.'
     355    mode = forms.ChoiceField(choices=mode_choices, help_text=mode_help, )
    355356    role = forms.ChoiceField(initial='office-access', )
    356357    people = forms.CharField(
Note: See TracChangeset for help on using the changeset viewer.