Formatting

This commit is contained in:
Montana
2018-08-27 10:59:40 -04:00
parent 4f9e7c3408
commit cfe9b7589e
9 changed files with 18 additions and 13 deletions

View File

@@ -30,7 +30,6 @@ def update_financial_verification(request_id):
post_data = http_request.form
existing_request = Requests.get(request_id)
form = financial_form(post_data)
rerender_args = dict(
request_id=request_id, f=form, extended=http_request.args.get("extended")
)