From 833c357b0aed225a3e3fa21f34b3c159085e8260 Mon Sep 17 00:00:00 2001 From: dandds Date: Tue, 21 Aug 2018 10:06:03 -0400 Subject: [PATCH] set form action correctly for financial verification --- templates/requests/financial_verification.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/templates/requests/financial_verification.html b/templates/requests/financial_verification.html index 225590de..d2ede6fd 100644 --- a/templates/requests/financial_verification.html +++ b/templates/requests/financial_verification.html @@ -37,7 +37,11 @@
{% block form_action %} -
+ {% if extended %} + + {% else %} + + {% endif %} {% endblock %} {{ f.csrf_token }}