Fix bug with senior_official in django admin, add readonly

This commit is contained in:
zandercymatics 2024-08-09 13:40:16 -06:00
parent 3e992f9ec8
commit 2863e29d96
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
3 changed files with 5 additions and 4 deletions

View file

@ -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),