Changeset ab453af for asadb/groups


Ignore:
Timestamp:
Nov 14, 2011, 3:21:45 PM (14 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, space-access, stable, stage, test-hooks
Children:
f73118b
Parents:
ac93a0c
git-author:
Alex Dehnert <adehnert@…> (11/14/11 15:21:45)
git-committer:
Alex Dehnert <adehnert@…> (11/14/11 15:21:45)
Message:

Allow inputting account numbers in NGE recognition

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asadb/groups/views.py

    rac93a0c rab453af  
    260260        self.fields['treasurer_name'].required = False
    261261        self.fields['treasurer_kerberos'].required = False
    262 
    263     class Meta(GroupCreateForm.Meta):
    264         fieldsets = filter(
    265             lambda fieldset: fieldset[0] not in ['financial', ],
    266             GroupCreateForm.Meta.fieldsets
    267         )
    268262
    269263
Note: See TracChangeset for help on using the changeset viewer.