fdsfsdsfd
This commit is contained in:
parent
f6667ed942
commit
0e505e894e
5 changed files with 8 additions and 14 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue