fds
This commit is contained in:
parent
ea63796fac
commit
eccfb31469
8 changed files with 120 additions and 86 deletions
|
@ -301,7 +301,7 @@ def submit_contact(v):
|
|||
if not body: abort(400)
|
||||
|
||||
body = f'This message has been sent automatically to all admins via [/contact](/contact)\n\nMessage:\n\n' + body
|
||||
body_html = sanitize(body, noimages=True)
|
||||
body_html = sanitize(body)
|
||||
|
||||
if request.files.get("file") and request.headers.get("cf-ipcountry") != "T1":
|
||||
file=request.files["file"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue