wip: add context to progress bar

This commit is contained in:
krmax44 2022-03-11 14:27:16 +01:00
parent e24349b9de
commit 22b7874593
No known key found for this signature in database
GPG key ID: 5C499A4F4EC4EE03
3 changed files with 13 additions and 8 deletions

View file

@ -28,7 +28,7 @@ class PlanStatus(models.TextChoices):
STATUS_CSS = {
PlanStatus.NOT_STARTED: "secondary",
PlanStatus.NOT_STARTED: "light",
PlanStatus.STARTED: "primary",
PlanStatus.PARTIALLY_IMPLEMENTED: "warning",
PlanStatus.IMPLEMENTED: "success",