mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-31 01:33:56 +02:00
linting
This commit is contained in:
parent
76b0a72ad4
commit
76afc9780e
1 changed files with 1 additions and 1 deletions
|
@ -577,7 +577,7 @@ class DomainApplication(TimeStampedModel):
|
|||
# When an application is moved to in review, we need to send a
|
||||
# confirmation email. This is a side-effect of the state transition
|
||||
updated_domain_application._send_in_review_email()
|
||||
|
||||
|
||||
@transition(field="status", source=[SUBMITTED, INVESTIGATING], target=WITHDRAWN)
|
||||
def withdraw(self):
|
||||
"""Withdraw an application that has been submitted."""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue