remotes/1693045480750635534/spooky-22
Aevann1 2022-01-19 16:06:27 +02:00
parent a1c94e8869
commit 35225ea1b4
1 changed files with 1 additions and 1 deletions

View File

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