diff options
| author | Karan Jayachandra <karan.jayachandra@nxp.com> | 2025-07-25 16:06:20 +0200 |
|---|---|---|
| committer | Karan Jayachandra <karan.jayachandra@nxp.com> | 2025-07-25 16:06:20 +0200 |
| commit | 63e1b52e1b76e136e6534949980d85ffe413f0c9 (patch) | |
| tree | a4f8e5745ad11be7e2f79740f3c590f4a67224a4 /app/templates/controls.j2 | |
| parent | c041e74af8c69e8fb0680558e23dd7be542afcf6 (diff) | |
Working mobile and desktop version
Diffstat (limited to 'app/templates/controls.j2')
| -rw-r--r-- | app/templates/controls.j2 | 12 |
1 files changed, 6 insertions, 6 deletions
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 %} -<h3>Courts</h3> -<div class="parent"> -{% for court in courts %} - {{ court_button(court) }} -{% endfor %} -</div> <h3>Generation</h3> <div class="grid"> <div class="select is-responsive"> @@ -47,4 +41,10 @@ <div class="grid"> <button id="timer-start"><i class="fas fa-light fa-play"></i></button> <button id="timer-stop"><i class="fas fa-light fa-stop"></i></button> +</div> +<h3>Courts</h3> +<div class="parent"> +{% for court in courts %} + {{ court_button(court) }} +{% endfor %} </div>
\ No newline at end of file |
