From bcb3f968d7f93d266f06e57d8d8908fb1c032c7d Mon Sep 17 00:00:00 2001 From: Martin Quarda Date: Fri, 11 Oct 2024 10:39:04 +0200 Subject: [PATCH] new recipient --- alkatorapi/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alkatorapi/views.py b/alkatorapi/views.py index 5280f9a..1694a2b 100644 --- a/alkatorapi/views.py +++ b/alkatorapi/views.py @@ -341,7 +341,7 @@ tel: + 420 728 018 088 web: https://alkator.cz""", from_email="info@alkator.cz", to=[racer.profile.user.email, racer.email] if racer.email else [racer.profile.user.email], - bcc=[], + bcc=["info@alkator.cz"], cc=[] )