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

@ -604,7 +604,7 @@ def api_comment(v):
g.db.commit()
if request.headers.get("Authorization"): return c.json
return render_template("comments.html", v=v, comments=[c])
return render_template("comments.html", v=v, comments=[c], ajax=True)