Skip to content

Commit f47e1ff

Browse files
committed
Updated email admin to show origin in lists.
- Legacy-Id: 15147
1 parent 70ed611 commit f47e1ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/person/admin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from ietf.person.name import name_parts
66

77
class EmailAdmin(simple_history.admin.SimpleHistoryAdmin):
8-
list_display = ["address", "person", "time", "active", ]
8+
list_display = ["address", "person", "time", "active", "origin"]
99
raw_id_fields = ["person", ]
1010
search_fields = ["address", "person__name", ]
1111
admin.site.register(Email, EmailAdmin)

0 commit comments

Comments
 (0)