From 34d77cd777bd44d7bfe0e3ab3379f9be256ca88b Mon Sep 17 00:00:00 2001 From: Karan Jayachandra Date: Sun, 9 Nov 2025 09:56:59 +0100 Subject: Moved to javascript codebase --- app/templates/controls.j2 | 48 ----------------------------------------------- 1 file changed, 48 deletions(-) delete mode 100644 app/templates/controls.j2 (limited to 'app/templates/controls.j2') diff --git a/app/templates/controls.j2 b/app/templates/controls.j2 deleted file mode 100644 index 97351bf..0000000 --- a/app/templates/controls.j2 +++ /dev/null @@ -1,48 +0,0 @@ -{% from "macros.j2" import court_button %} -

Timer

-
-
- - - -
- - -
-

Generation

-
- - - -
-
-
- -
-
- -
-
-

Courts

-
-{% for court in courts %} - {{ court_button(court) }} -{% endfor %} -
\ No newline at end of file -- cgit v1.3.1