summaryrefslogtreecommitdiff
path: root/templates/courts.j2
diff options
context:
space:
mode:
authorKaran Jayachandra <karan.jayachandra@nxp.com>2024-10-04 18:23:33 +0200
committerKaran Jayachandra <karan.jayachandra@nxp.com>2024-10-04 18:23:33 +0200
commit88d7300021cd3963f2d6a6202609b0f6e956cdab (patch)
treed9e9e186d86572e57253a188467ebb4084535039 /templates/courts.j2
parentc58caf5b8b8801ba826b0ff6b241d7f25a333bc8 (diff)
Added the games view
Diffstat (limited to 'templates/courts.j2')
-rw-r--r--templates/courts.j23
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/courts.j2 b/templates/courts.j2
new file mode 100644
index 0000000..a7893a7
--- /dev/null
+++ b/templates/courts.j2
@@ -0,0 +1,3 @@
+<form hx-post="/courts" hx-trigger="change" hx-swap="outerHTML">
+ <input type="number" disabled id="courts" min="1" max="15" name="courts" value="{{ courts }}">
+</form> \ No newline at end of file