This commit is contained in:
Aevann1 2022-04-17 22:20:40 +02:00
parent ea63796fac
commit eccfb31469
8 changed files with 120 additions and 86 deletions

View file

@ -541,7 +541,7 @@ def change_settings(v, setting):
body = f"@{v.username} has {word}d `{setting}` in the [admin dashboard](/admin)!"
body_html = sanitize(body, noimages=True)
body_html = sanitize(body)
new_comment = Comment(author_id=NOTIFICATIONS_ID,
parent_submission=None,