diff --git a/src/registrar/admin.py b/src/registrar/admin.py index 71c347fed..d724a91fd 100644 --- a/src/registrar/admin.py +++ b/src/registrar/admin.py @@ -816,6 +816,7 @@ class DomainApplicationAdminForm(forms.ModelForm): status = cleaned_data.get("status") investigator = cleaned_data.get("investigator") + # TODO - need some way of determining if a change has actually occurred and to enforce this only then if status == DomainApplication.ApplicationStatus.APPROVED: # Checks the "investigators" field for validity. # That field must obey certain conditions when an application is approved.