diff --git a/templates/core/index.html b/templates/core/index.html index 0db2ef1e..fecf0e48 100644 --- a/templates/core/index.html +++ b/templates/core/index.html @@ -117,8 +117,11 @@

{% for event in future_events %} - {% include 'includes/_event.html' with event=event %} - {% if forloop.counter|divisibleby:3 %}
{% endif %} + {% if forloop.first %}
{% endif %} +
+ {% include 'includes/_event.html' with event=event %}
+ {% if forloop.counter|divisibleby:4 %}
{% endif %} + {% if forloop.last %}
{% endif %} {% endfor %}