summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Franke <nobody@nowhere.ws>2016-04-05 15:57:20 -0300
committerChristian Franke <nobody@nowhere.ws>2016-04-05 15:57:20 -0300
commit24ba2ff2b0d09dcfba560f7d29e76ef4ce6cc4bb (patch)
tree437675cbeec74607eadd9801b87d7d33a628dfb7
parent1a1af084931f8e056e951389ca0c414401ba7b94 (diff)
Fixup template change
-rw-r--r--template/calendar_head.j21
1 files changed, 1 insertions, 0 deletions
diff --git a/template/calendar_head.j2 b/template/calendar_head.j2
index 17bc58e..03f6a4d 100644
--- a/template/calendar_head.j2
+++ b/template/calendar_head.j2
@@ -2,5 +2,6 @@
{%- for event in events %}
{%- if event.start <= cutoff or not event.recurring %}
{% include 'calendar_event.j2' %}
+{%- endif %}
{%- endfor %}
</div>