polish task order forms
This commit is contained in:
@@ -11,6 +11,12 @@
|
||||
]
|
||||
) }}
|
||||
|
||||
{{ SidenavItem("New Task Order",
|
||||
href=url_for("task_orders.new", screen=1),
|
||||
icon="plus",
|
||||
active=g.matchesPath('/task_orders/new'),
|
||||
) }}
|
||||
|
||||
{% if g.current_user.has_workspaces %}
|
||||
{{ SidenavItem("Workspaces", href="/workspaces", icon="cloud", active=g.matchesPath('/workspaces')) }}
|
||||
{% endif %}
|
||||
|
Reference in New Issue
Block a user