mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-28 16:29:54 +02:00
All hail the eternal linter
This commit is contained in:
parent
425c67fc27
commit
8f1aea0954
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ class DomainRequestAdminForm(forms.ModelForm):
|
|||
# That field must obey certain conditions when an domain request is approved.
|
||||
# Will call "add_error" if any issues are found.
|
||||
self._check_for_valid_investigator(investigator)
|
||||
|
||||
|
||||
# If the status is rejected, a rejection reason must exist
|
||||
if status == DomainRequest.DomainRequestStatus.REJECTED:
|
||||
self._check_for_valid_rejection_reason(rejection_reason)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue