mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-23 19:20:47 +02:00
Update admin.py
This commit is contained in:
parent
997fc1bbed
commit
db0d4a1eb2
1 changed files with 1 additions and 1 deletions
|
@ -1942,7 +1942,7 @@ class DomainRequestAdmin(ListHeaderAdmin, ImportExportModelAdmin):
|
||||||
|
|
||||||
# == Handle action needed and rejected emails == #
|
# == Handle action needed and rejected emails == #
|
||||||
# Edge case: this logic is handled by javascript, so contexts outside that must be handled
|
# Edge case: this logic is handled by javascript, so contexts outside that must be handled
|
||||||
obj = self._handle_custom_emails()
|
obj = self._handle_custom_emails(obj)
|
||||||
|
|
||||||
# == Handle allowed emails == #
|
# == Handle allowed emails == #
|
||||||
if obj.status in DomainRequest.get_statuses_that_send_emails() and not settings.IS_PRODUCTION:
|
if obj.status in DomainRequest.get_statuses_that_send_emails() and not settings.IS_PRODUCTION:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue