From ccdf8fcb51a47b79d5a1c0042699b0d60c3c304c Mon Sep 17 00:00:00 2001 From: Karan Jayachandra Date: Mon, 14 Oct 2024 12:00:14 +0200 Subject: Changed the courts to dictionaries --- templates/courts.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/courts.j2') diff --git a/templates/courts.j2 b/templates/courts.j2 index 64fd44a..4e3cb3a 100644 --- a/templates/courts.j2 +++ b/templates/courts.j2 @@ -1,8 +1,8 @@
-{% for court in courts %} +{% for key, value in courts.items() %}
- +
{% endfor %}
-- cgit v1.3.1