mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-05 17:28:31 +02:00
Fixed ON_HOLD error
Signed-off-by: CocoByte <nicolle.leclair@gmail.com>
This commit is contained in:
parent
0a94306ee5
commit
caf8f86e6b
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ from .utility.time_stamped_model import TimeStampedModel
|
|||
|
||||
class StatusChoices(models.TextChoices):
|
||||
READY = "ready", "Ready"
|
||||
HOLD = "hold", "Hold"
|
||||
ON_HOLD = "on hold", "On Hold"
|
||||
|
||||
|
||||
class TransitionDomain(TimeStampedModel):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue