From 7f2d6a29a5097e2fb9d74e56ad9ae372b837a619 Mon Sep 17 00:00:00 2001 From: Aevann Date: Fri, 24 Feb 2023 08:53:40 +0200 Subject: [PATCH] fix 500 error in /contact --- files/routes/static.py | 1 + 1 file changed, 1 insertion(+) diff --git a/files/routes/static.py b/files/routes/static.py index dcf6e239f7..a14761bbe5 100644 --- a/files/routes/static.py +++ b/files/routes/static.py @@ -243,6 +243,7 @@ def submit_contact(v): new_comment = Comment(author_id=v.id, parent_submission=None, level=1, + body=body, body_html=body_html, sentto=MODMAIL_ID )