Commit d0f020fd authored by Romain Loth's avatar Romain Loth

forgot return value after last factorization

parent 597320a6
......@@ -362,7 +362,7 @@ def profile():
)
elif request.method == 'POST':
try:
save_form(
clean_records = save_form(
request.form,
request.files if hasattr(request, "files") else {},
update_flag = True
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment