diff --git a/templates/index.html b/templates/index.html
index 338b6ff5..56f3b314 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -116,14 +116,14 @@
{{ filters.make_title() }}
- {% for month in months %}
- {{ month.name() }}
- {% for event in month.events %}
- {% include "shared/event.html" %}
+ {% for month in months %}
+ {{ month.name() }}
+ {% for event in month.events %}
+ {% include "shared/event.html" %}
+ {% endfor %}
{% endfor %}
- {% endfor %}
All bands |