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

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