mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-06-10 06:24:45 +02:00
minor edit
This commit is contained in:
parent
8ef6b62daa
commit
db46c03ba6
1 changed files with 1 additions and 1 deletions
|
@ -507,7 +507,7 @@ class DomainApplication(TimeStampedModel):
|
||||||
# This is a side-effect of the state transition
|
# This is a side-effect of the state transition
|
||||||
self._send_confirmation_email()
|
self._send_confirmation_email()
|
||||||
|
|
||||||
@transition(field="status", source=[SUBMITTED, INVESTIGATING], target=[APPROVED])
|
@transition(field="status", source=[SUBMITTED, INVESTIGATING], target=APPROVED)
|
||||||
def approve(self):
|
def approve(self):
|
||||||
"""Approve an application that has been submitted.
|
"""Approve an application that has been submitted.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue