Really stupid fix for the UII issue
This commit is contained in:
parent
57fd5eb57c
commit
35d8158f3c
@ -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
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user