diff --git a/templates/requests/financial_verification.html b/templates/requests/financial_verification.html index 5d998905..5e8cd666 100644 --- a/templates/requests/financial_verification.html +++ b/templates/requests/financial_verification.html @@ -42,13 +42,7 @@ {% endcall %} {% endif %} - {% block form_action %} - {% if extended %} -
- {% else %} - - {% endif %} - {% endblock %} + {{ f.csrf_token }} {% block form %} @@ -180,7 +174,8 @@ {% endblock form %} {% block next %}
- + +
{% endblock %}