Move deferred plans to end of progress bar
This commit is contained in:
parent
9b433a1682
commit
c28c12a66d
1 changed files with 1 additions and 1 deletions
|
|
@ -8,9 +8,9 @@ register = template.Library()
|
||||||
PROGRESS_ORDER = [
|
PROGRESS_ORDER = [
|
||||||
PlanStatus.IMPLEMENTED,
|
PlanStatus.IMPLEMENTED,
|
||||||
PlanStatus.PARTIALLY_IMPLEMENTED,
|
PlanStatus.PARTIALLY_IMPLEMENTED,
|
||||||
PlanStatus.DEFERRED,
|
|
||||||
PlanStatus.STARTED,
|
PlanStatus.STARTED,
|
||||||
PlanStatus.NOT_STARTED,
|
PlanStatus.NOT_STARTED,
|
||||||
|
PlanStatus.DEFERRED,
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue