farin
This commit is contained in:
parent
0196ef421a
commit
1c7b081231
8 changed files with 35 additions and 37 deletions
|
@ -595,7 +595,7 @@ def messagereply(v):
|
|||
g.db.add(notif)
|
||||
g.db.commit()
|
||||
|
||||
return render_template("comments.html", v=v, comments=[new_comment], ajax=True)
|
||||
return {"comment": 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