Fixed cannot change propic

This commit is contained in:
Ed 2023-08-06 15:08:27 +02:00
parent a963f93d52
commit 1519272463
1 changed files with 1 additions and 2 deletions

View File

@ -55,6 +55,5 @@ async def upload_propic(request, order: Order):
else: else:
await order.edit_answer(fn, f"{fn}_{order.code}_{h}.jpg") await order.edit_answer(fn, f"{fn}_{order.code}_{h}.jpg")
await order.send_answers() await order.send_answers()
return redirect("/manage/welcome#badge") return redirect("/manage/welcome#badge")