diff --git a/templates/birthday_list.html b/templates/birthday_list.html index 6ab4811..8443685 100644 --- a/templates/birthday_list.html +++ b/templates/birthday_list.html @@ -6,12 +6,22 @@
| Date | +Event | +Days | +
|---|---|---|
| {{event.as_date.strftime("%a, %d, %b %Y")}} | {{ event.title }} | +{{ event.delta_days(today) }} |