From 4c1491f2121633f74abef49c1d9b4df6912ac601 Mon Sep 17 00:00:00 2001 From: Christian Franke Date: Tue, 5 Apr 2016 11:58:31 -0300 Subject: Use ul for events in tabular calendar --- template/tabcalendar.j2 | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'template') diff --git a/template/tabcalendar.j2 b/template/tabcalendar.j2 index 84b08b6..095ba85 100644 --- a/template/tabcalendar.j2 +++ b/template/tabcalendar.j2 @@ -18,13 +18,14 @@ {%- endfor %} {%- for day in week %} -{{ day.day }} +

{{ day.day }} +{%- if day.events %} +

+{%- endif %} {%- endfor %} -- cgit v1.2.1