diff --git a/files/routes/static.py b/files/routes/static.py index c78813a93..fc4ed9d88 100644 --- a/files/routes/static.py +++ b/files/routes/static.py @@ -255,7 +255,6 @@ def submit_contact(v): if v.is_muted: abort(403) - body = f'This message has been sent automatically to all admins via [/contact](/contact)\n\nMessage:\n\n{body}' body = process_files(request.files, v, body) body = body.strip() body_html = sanitize(body)