vcx
This commit is contained in:
parent
52f88b6352
commit
d8ea05ab3d
4 changed files with 256 additions and 251 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue