This commit is contained in:
Aevann1 2021-09-22 20:36:03 +02:00
parent 8a848c9f45
commit 7c0b0fc413
10 changed files with 66 additions and 128 deletions

View file

@ -1156,7 +1156,6 @@ def admin_distinguish_comment(c_id, v):
"comments.html",
v=v,
comments=[comment],
render_replies=False,
)
html=str(BeautifulSoup(html, features="html.parser").find(id=f"comment-{comment.id}-only"))