From 63e1b52e1b76e136e6534949980d85ffe413f0c9 Mon Sep 17 00:00:00 2001 From: Karan Jayachandra Date: Fri, 25 Jul 2025 16:06:20 +0200 Subject: Working mobile and desktop version --- app/templates/controls.j2 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'app/templates/controls.j2') diff --git a/app/templates/controls.j2 b/app/templates/controls.j2 index 14e7520..8e7440e 100644 --- a/app/templates/controls.j2 +++ b/app/templates/controls.j2 @@ -1,10 +1,4 @@ {% from "macros.j2" import court_button %} -

Courts

-
-{% for court in courts %} - {{ court_button(court) }} -{% endfor %} -

Generation

@@ -47,4 +41,10 @@
+
+

Courts

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