From 9afb5b55b9a0f012328ec6eb07d79c9762d55a79 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Alexa=20Valentov=C3=A1?= <git@imaniti.org>
Date: Mon, 17 Feb 2025 19:07:55 +0100
Subject: [PATCH] fix recipients

---
 main/models.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main/models.py b/main/models.py
index b7344365..ff64d2be 100644
--- a/main/models.py
+++ b/main/models.py
@@ -669,7 +669,7 @@ Při otevírání souborů buďte opatrní, virový proběhl, ale nemusí být p
                     # From email
                     "vyberka@pirati.cz",
                     # Recipient list
-                    self.recipient_emails.split(","),
+                    [self.recipient_emails.split(",")],
                 )
 
                 form.cleaned_data["cv_file"].seek(0)
-- 
GitLab