This commit is contained in:
Aevann1 2022-01-30 23:19:59 +02:00
parent 52f88b6352
commit d8ea05ab3d
4 changed files with 256 additions and 251 deletions

View file

@ -573,7 +573,7 @@ def messagereply(v):
g.db.add(notif)
g.db.commit()
return render_template("comments.html", v=v, comments=[new_comment])
return render_template("comments.html", v=v, comments=[new_comment], ajax=True)
@app.get("/2faqr/<secret>")
@auth_required