diff options
Diffstat (limited to 'templates/courts.j2')
| -rw-r--r-- | templates/courts.j2 | 3 |
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 |
