mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-28 13:36:30 +02:00
Fix bug with senior_official in django admin, add readonly
This commit is contained in:
parent
3e992f9ec8
commit
2863e29d96
3 changed files with 5 additions and 4 deletions
|
@ -504,8 +504,6 @@ class AdminSortFields:
|
|||
# == Contact == #
|
||||
"other_contacts": (Contact, _name_sort),
|
||||
"submitter": (Contact, _name_sort),
|
||||
# == Senior Official == #
|
||||
"senior_official": (SeniorOfficial, _name_sort),
|
||||
# == User == #
|
||||
"creator": (User, _name_sort),
|
||||
"user": (User, _name_sort),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue