Really stupid fix for the UII issue

This commit is contained in:
richard-dds 2018-08-16 15:53:53 -04:00
parent 57fd5eb57c
commit 35d8158f3c

View File

@ -32,6 +32,8 @@ def update_financial_verification(request_id):
if valid:
return redirect(url_for("requests.financial_verification_submitted"))
else:
# TODO: This is a horrible workaround.
form.uii_ids.process_data(form.uii_ids.data)
return render_template(
"requests/financial_verification.html", **rerender_args
)