Add edit links to KO Review sections that link to TO form
This commit is contained in:
9
templates/components/to_edit_link.html
Normal file
9
templates/components/to_edit_link.html
Normal file
@@ -0,0 +1,9 @@
|
||||
{% from "components/edit_link.html" import EditLink %}
|
||||
|
||||
{% macro TOEditLink(screen=1, anchor=None) %}
|
||||
{% if task_order %}
|
||||
{{ EditLink(url_for("task_orders.new", screen=screen, task_order_id=task_order.id, _anchor=anchor)) }}
|
||||
{% else %}
|
||||
{{ EditLink(url_for("task_orders.new", screen=screen, _anchor=anchor)) }}
|
||||
{% endif %}
|
||||
{% endmacro %}
|
Reference in New Issue
Block a user