fdsfsdsfd

This commit is contained in:
Aevann1 2021-10-04 01:10:39 +02:00
parent f6667ed942
commit 0e505e894e
5 changed files with 8 additions and 14 deletions

View file

@ -314,10 +314,7 @@ def messagereply(v):
g.db.commit()
return jsonify({"html": render_template("comments.html",
v=v,
comments=[new_comment],
)})
return render_template("comments.html", v=v, comments=[new_comment])
@app.get("/2faqr/<secret>")
@auth_required