added withdraw path and such

This commit is contained in:
Jon Roberts 2023-04-13 12:53:36 -06:00
parent 75b5cc977b
commit c0b789b9f5
No known key found for this signature in database
GPG key ID: EED093582198B041
6 changed files with 141 additions and 27 deletions

View file

@ -23,7 +23,7 @@ class DomainApplication(TimeStampedModel):
SUBMITTED = "submitted"
INVESTIGATING = "investigating"
APPROVED = "approved"
WITHDRAWN = "Withdrawn"
WITHDRAWN = "withdrawn"
STATUS_CHOICES = [
(STARTED, STARTED),
(SUBMITTED, SUBMITTED),