mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-14 16:47:02 +02:00
Linting
This commit is contained in:
parent
5e0a1a6269
commit
5de2df1872
1 changed files with 2 additions and 1 deletions
|
@ -1077,6 +1077,7 @@ class DomainAdmin(ListHeaderAdmin):
|
|||
ordering = ["name"]
|
||||
|
||||
def changeform_view(self, request, object_id=None, form_url="", extra_context=None):
|
||||
"""Custom changeform implementation to pass in context information"""
|
||||
if extra_context is None:
|
||||
extra_context = {}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue