Rename routes
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
{% from 'components/text_input.html' import TextInput %}
|
||||
|
||||
{% block portfolio_content %}
|
||||
{% set action = url_for("task_orders.update_to_number", task_order_id=task_order_id) %}
|
||||
{% set action = url_for("task_orders.update_number", task_order_id=task_order_id) %}
|
||||
|
||||
<base-form inline-template>
|
||||
<form id="upload-to-pdf" action='{{ action }}' method="POST" autocomplete="off" enctype="multipart/form-data">
|
||||
|
Reference in New Issue
Block a user