From fde84622bcd04f9736cb2dcc6319c67bc98b2adc Mon Sep 17 00:00:00 2001 From: Fritz Lehnert <13189449+Neudrino@users.noreply.github.com> Date: Sun, 22 Jan 2023 13:53:13 +0100 Subject: [PATCH] align table columns across month might by contributing to #3 --- templates/index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 |