mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-16 01:27:03 +02:00
clean up and linting
This commit is contained in:
parent
155baa0200
commit
ca327fc094
3 changed files with 9 additions and 6 deletions
|
@ -710,7 +710,7 @@ class DomainAdmin(ListHeaderAdmin):
|
|||
search_fields = ["name"]
|
||||
search_help_text = "Search by domain name."
|
||||
change_form_template = "django/admin/domain_change_form.html"
|
||||
# readonly_fields = ["state"]
|
||||
readonly_fields = ["state"]
|
||||
|
||||
def response_change(self, request, obj):
|
||||
# Create dictionary of action functions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue