Formatting
This commit is contained in:
parent
1cb673af53
commit
373e802b46
@ -38,6 +38,10 @@ def portfolio_funding(portfolio_id):
|
||||
Status.ACTIVE: "success",
|
||||
Status.UPCOMING: "info",
|
||||
Status.EXPIRED: "error",
|
||||
Status.UNSIGNED: "purple"
|
||||
Status.UNSIGNED: "purple",
|
||||
}
|
||||
return render_template("portfolios/task_orders/index.html", task_orders=task_orders, label_colors=label_colors)
|
||||
return render_template(
|
||||
"portfolios/task_orders/index.html",
|
||||
task_orders=task_orders,
|
||||
label_colors=label_colors,
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user