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 @@

Birthdays

+ + + + + + + + {% for event in items %} + {% endfor %} +
DateEventDays
{{event.as_date.strftime("%a, %d, %b %Y")}} {{ event.title }}{{ event.delta_days(today) }}
{% endblock %}