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/court.j2 | 2 +- templates/courts.j2 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'templates') diff --git a/templates/court.j2 b/templates/court.j2 index 425e7d5..5eeb65a 100644 --- a/templates/court.j2 +++ b/templates/court.j2 @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file 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