From c773faeea93fe5db2eb493c79c0c82f46336493c Mon Sep 17 00:00:00 2001 From: Karan Jayachandra Date: Sun, 6 Jul 2025 13:31:37 +0200 Subject: Running application --- templates/controls.j2 | 47 ----------------------------------------------- 1 file changed, 47 deletions(-) delete mode 100644 templates/controls.j2 (limited to 'templates/controls.j2') diff --git a/templates/controls.j2 b/templates/controls.j2 deleted file mode 100644 index 0183c97..0000000 --- a/templates/controls.j2 +++ /dev/null @@ -1,47 +0,0 @@ -{% from "macros.j2" import court_button %} -
-
- {% for key, value in courts.items() %} - {{ court_button(key, value) }} - {% endfor %} -
-
-
-
-
- -
-
-
-
- -
-
-
- -
-
-
- -
-
- -
-
\ No newline at end of file -- cgit v1.3.1