From ef695af7afa2112aee1be22541de7faf8695df71 Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Mon, 15 Jul 2024 02:23:13 +0800 Subject: [PATCH] Show year on birthday page --- templates/birthday_list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/birthday_list.html b/templates/birthday_list.html index 7346bae..6ab4811 100644 --- a/templates/birthday_list.html +++ b/templates/birthday_list.html @@ -8,7 +8,7 @@ {% for event in items %} - + {% endfor %}
{{event.as_date.strftime("%a, %d, %b")}}{{event.as_date.strftime("%a, %d, %b %Y")}} {{ event.title }}