From fb6b013b821e2011a04d6ba85813a6a947c14239 Mon Sep 17 00:00:00 2001 From: Karan Jayachandra Date: Thu, 17 Oct 2024 00:01:05 +0200 Subject: Removed debug statements and old template --- templates/courts.j2 | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 templates/courts.j2 (limited to 'templates/courts.j2') diff --git a/templates/courts.j2 b/templates/courts.j2 deleted file mode 100644 index d650298..0000000 --- a/templates/courts.j2 +++ /dev/null @@ -1,8 +0,0 @@ -{% from "macros.j2" import court %} -
-
-{% for key, value in courts.items() %} - {{ court(key, value) }} -{% endfor %} -
-
\ No newline at end of file -- cgit v1.3.1