master
Aevann1 2021-07-30 17:42:02 +02:00
parent 3f5aa0dd61
commit 70b9e064da
1 changed files with 1 additions and 1 deletions

View File

@ -208,4 +208,4 @@ def admin_userawards_post(v):
g.db.bulk_save_objects(awards)
return redirect(f'/@{u.username}')
return render_template("admin/user_award.html", awards=list(AWARDS.values()), v=v)