diff --git a/src/registrar/admin.py b/src/registrar/admin.py index 0c720c8af1..730cb50606 100644 --- a/src/registrar/admin.py +++ b/src/registrar/admin.py @@ -1614,7 +1614,7 @@ def changeform_view(self, request, object_id=None, form_url="", extra_context=No """Custom changeform implementation to pass in context information""" if extra_context is None: extra_context = {} - extra_context["original_object"] = self.model.objects.get(pk=object_id) + # Pass in what the an extended expiration date would be for the expiration date modal if object_id is not None: domain = Domain.objects.get(pk=object_id)