mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-26 04:28:39 +02:00
cleanup
This commit is contained in:
parent
c2e24f4fb9
commit
1cb380c030
2 changed files with 5 additions and 5 deletions
|
@ -99,7 +99,7 @@ class DomainApplicationAdmin(AuditedAdmin):
|
|||
# transition condition is violated, so we call it on the
|
||||
# original object which has the right status value, and pass
|
||||
# the updated object which contains the up-to-date data
|
||||
# for the side effects (like an email send). Same
|
||||
# for the side effects (like an email send). Same
|
||||
# comment applies to original_obj method calls below.
|
||||
original_obj.submit(updated_domain_application=obj)
|
||||
elif obj.status == models.DomainApplication.INVESTIGATING:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue