summaryrefslogtreecommitdiff
path: root/src/match_up/templates/controls.j2
diff options
context:
space:
mode:
authorKaran Jayachandra <mail@karanjayachandra.com>2024-11-15 16:54:29 +0100
committerKaran Jayachandra <mail@karanjayachandra.com>2024-11-15 16:54:29 +0100
commit765fe232ac9fded73387d5cb9ba9b0a07f05b4e4 (patch)
tree80f427f52f46bf258c491d45f3bb1e20b4d36c96 /src/match_up/templates/controls.j2
parent6ca047f36fb688cdb72f0170e0fb3aaf3701ff95 (diff)
Added the history and reset functionality
Diffstat (limited to 'src/match_up/templates/controls.j2')
-rw-r--r--src/match_up/templates/controls.j25
1 files changed, 5 insertions, 0 deletions
diff --git a/src/match_up/templates/controls.j2 b/src/match_up/templates/controls.j2
index e9e37f3..57a605e 100644
--- a/src/match_up/templates/controls.j2
+++ b/src/match_up/templates/controls.j2
@@ -31,4 +31,9 @@
hx-post="/confirm"
hx-target="#games">Start Round</button>
</div>
+ <div class="column">
+ <button class="button is-dark is-responsive"
+ hx-post="/reset"
+ hx-target="#games">Reset!</button>
+ </div>
</div> \ No newline at end of file