diff --git a/templates/gaps.html b/templates/gaps.html index 1ee32fc..d4487b7 100644 --- a/templates/gaps.html +++ b/templates/gaps.html @@ -21,8 +21,8 @@ before start - end days + end after @@ -31,8 +31,8 @@ {% for event in gap.before %}{% if not loop.first %}
{% endif %}{{ event.title or event.name }}{% endfor %} {{ gap.start.strftime("%A, %-d %b %Y") }} - {{ gap.end.strftime("%A, %-d %b %Y") }} {{ (gap.end - gap.start).days }} days + {{ gap.end.strftime("%A, %-d %b %Y") }} {% for event in gap.after %}{% if not loop.first %}
{% endif %}{{ event.title or event.name }}{% endfor %} {% endfor %}