Changeset 00d201c


Ignore:
Timestamp:
Oct 7, 2011, 3:42:20 PM (14 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, space-access, stable, stage, test-hooks
Children:
c297267
Parents:
012d637
git-author:
Alex Dehnert <adehnert@…> (10/07/11 15:42:20)
git-committer:
Alex Dehnert <adehnert@…> (10/07/11 15:42:20)
Message:

Allow filtering confirmations by group

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asadb/forms/admin.py

    rceaf3bd r00d201c  
    4545        'update_time',
    4646    )
     47    list_filter = ('groups', )
    4748    list_display_links = ('pk', 'username', )
    4849admin.site.register(forms.models.PersonMembershipUpdate, Admin_PersonMembershipUpdate)
Note: See TracChangeset for help on using the changeset viewer.