From d6d3ceaa8313d69b0be60b25712cba58305c7638 Mon Sep 17 00:00:00 2001 From: Stefan Koelle Date: Fri, 7 Aug 2026 14:41:55 +0200 Subject: [PATCH] mail layout imp 4 --- src/mailer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mailer.py b/src/mailer.py index 47dc9bf..f838969 100644 --- a/src/mailer.py +++ b/src/mailer.py @@ -91,7 +91,7 @@ def build_message(birthdays: list[dict], target_date: date | None = None) -> Ema org_html = f'
{b["organization"]}
' if b.get("organization") else "" photo_cell = "" if b.get("photo_url"): - photo_cell = f'' + photo_cell = f'' if contact_link: content_html = f"""
{b["full_name"]}