This commit is contained in:
Martin Quarda 2024-10-14 10:26:25 +02:00
parent d024860a59
commit d8d0811197

View File

@ -289,7 +289,7 @@ email: info@alkator.cz
tel: + 420 728 018 088 tel: + 420 728 018 088
web: https://alkator.cz""", web: https://alkator.cz""",
from_email="info@alkator.cz", from_email="info@alkator.cz",
to=[racer.profile.user.email, racer.email] if racer.email else [racer.profile.user.email], to=[invoice.user.email],
bcc=["info@alkator.cz"], bcc=["info@alkator.cz"],
cc=[] cc=[]
) )