Skip to content

Commit

Permalink
Add OrganizationTransfer.initiator to the admin page
Browse files Browse the repository at this point in the history
  • Loading branch information
rrlapointe committed May 26, 2018
1 parent 208388d commit cf170a7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions events/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,8 @@ class OrgAdmin(VersionAdmin):

class OTAdmin(admin.ModelAdmin):
list_display = (
'org', 'old_user_in_charge', 'new_user_in_charge', 'created', 'expiry', 'completed_on', 'completed',
'is_expired',
'uuid')
'org', 'initiator', 'old_user_in_charge', 'new_user_in_charge', 'created', 'expiry',
'completed_on', 'completed', 'is_expired', 'uuid')


class LocAdmin(admin.ModelAdmin):
Expand Down

0 comments on commit cf170a7

Please sign in to comment.