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"]}