From 2acecdd0ef3115bb1db9cbe35039bc8fff141563 Mon Sep 17 00:00:00 2001 From: j Date: Sun, 15 Oct 2023 17:12:16 +0100 Subject: [PATCH] fix week title formating --- app/templates/weekly_email.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/templates/weekly_email.html b/app/templates/weekly_email.html index 0c2d78d..a90b619 100644 --- a/app/templates/weekly_email.html +++ b/app/templates/weekly_email.html @@ -1,5 +1,6 @@ {% if week_title %} -{{ week_title }} +{{ week_title }} +

{% endif %} {% for item in items %}