aboutsummaryrefslogtreecommitdiff
path: root/src/match_up/templates
diff options
context:
space:
mode:
Diffstat (limited to 'src/match_up/templates')
-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