From fca6f7177f02693c0cb9f42bcc116002bb0a2fd6 Mon Sep 17 00:00:00 2001 From: matti Date: Sun, 12 Jun 2022 21:40:27 +0200 Subject: [PATCH] fix new state --- cgi-bin/form.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cgi-bin/form.py b/cgi-bin/form.py index 89b00d0..e31963a 100755 --- a/cgi-bin/form.py +++ b/cgi-bin/form.py @@ -211,7 +211,7 @@ try: customer_id=f"guess:{contact_email}", article=dict( type="web", - state_id="1", + state="new", content_type="text/plain", subject=f"Kontaktformular-Anfrage {contact_name}", body=message,