mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-31 09:43:54 +02:00
Fix fixtures
This commit is contained in:
parent
a27eb7c3ae
commit
ebb257e6b0
4 changed files with 19 additions and 40 deletions
|
@ -23,8 +23,8 @@ class DomainApplication(TimeStampedModel):
|
|||
class ApplicationStatus(models.TextChoices):
|
||||
STARTED = "started", "Started"
|
||||
SUBMITTED = "submitted", "Submitted"
|
||||
IN_REVIEW = "in_review", "In review"
|
||||
ACTION_NEEDED = "action_needed", "Action needed"
|
||||
IN_REVIEW = "in review", "In review"
|
||||
ACTION_NEEDED = "action needed", "Action needed"
|
||||
APPROVED = "approved", "Approved"
|
||||
WITHDRAWN = "withdrawn", "Withdrawn"
|
||||
REJECTED = "rejected", "Rejected"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue