set form action correctly for financial verification
This commit is contained in:
parent
0a6cbe7e03
commit
833c357b0a
@ -37,7 +37,11 @@
|
||||
<div class="panel__content">
|
||||
|
||||
{% block form_action %}
|
||||
{% if extended %}
|
||||
<form method='POST' action="{{ url_for('requests.financial_verification', request_id=request_id, extended=True) }}" autocomplete="off">
|
||||
{% else %}
|
||||
<form method='POST' action="{{ url_for('requests.financial_verification', request_id=request_id) }}" autocomplete="off">
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
|
||||
{{ f.csrf_token }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user