This commit is contained in:
Aevann1 2022-02-24 11:27:42 +02:00
parent 0aff3d5552
commit 8ffaa57d30

View file

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