fix 500 error in /contact

pull/134/head
Aevann 2023-02-24 08:53:40 +02:00
parent 4b470fcb04
commit 7f2d6a29a5
1 changed files with 1 additions and 0 deletions

View File

@ -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
)