forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2022-02-24 11:27:42 +02:00
parent fef4f77388
commit f79d83b4da
1 changed files with 1 additions and 1 deletions

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)}