This commit is contained in:
Aevann1 2022-01-19 16:06:27 +02:00
parent 8d5c7164a1
commit 1e28e6afc4

View file

@ -706,7 +706,7 @@ def edit_comment(cid, v):
g.db.commit() g.db.commit()
return c.body_html + c.options_html(v) return c.realbody(v) + c.options_html(v)
@app.post("/delete/comment/<cid>") @app.post("/delete/comment/<cid>")