This commit is contained in:
zandercymatics 2024-02-12 12:44:15 -07:00
parent 5e0a1a6269
commit 5de2df1872
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -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 = {}