mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-06-09 22:14:43 +02:00
added withdraw path and such
This commit is contained in:
parent
75b5cc977b
commit
c0b789b9f5
6 changed files with 141 additions and 27 deletions
|
@ -23,7 +23,7 @@ class DomainApplication(TimeStampedModel):
|
|||
SUBMITTED = "submitted"
|
||||
INVESTIGATING = "investigating"
|
||||
APPROVED = "approved"
|
||||
WITHDRAWN = "Withdrawn"
|
||||
WITHDRAWN = "withdrawn"
|
||||
STATUS_CHOICES = [
|
||||
(STARTED, STARTED),
|
||||
(SUBMITTED, SUBMITTED),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue