There was an error while loading. Please reload this page.
1 parent 70ed611 commit f47e1ffCopy full SHA for f47e1ff
1 file changed
ietf/person/admin.py
@@ -5,7 +5,7 @@
5
from ietf.person.name import name_parts
6
7
class EmailAdmin(simple_history.admin.SimpleHistoryAdmin):
8
- list_display = ["address", "person", "time", "active", ]
+ list_display = ["address", "person", "time", "active", "origin"]
9
raw_id_fields = ["person", ]
10
search_fields = ["address", "person__name", ]
11
admin.site.register(Email, EmailAdmin)
0 commit comments