diff options
| author | Karan Jayachandra <mail@karanjayachandra.com> | 2024-11-15 18:24:31 +0100 |
|---|---|---|
| committer | Karan Jayachandra <mail@karanjayachandra.com> | 2024-11-15 18:24:31 +0100 |
| commit | 7b8bbe6db3680af65c3701afbcd31ac1f61773af (patch) | |
| tree | 2d7ea5de37f2bda57be419b4aa37971afa09eab5 /src/match_up/templates | |
| parent | bded222902eaf791143add8dc59b31ad4b772a2b (diff) | |
Changed the shuffle button to create
Diffstat (limited to 'src/match_up/templates')
| -rw-r--r-- | src/match_up/templates/controls.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/match_up/templates/controls.j2 b/src/match_up/templates/controls.j2 index cf591c5..24b42c6 100644 --- a/src/match_up/templates/controls.j2 +++ b/src/match_up/templates/controls.j2 @@ -23,7 +23,7 @@ <button class="button is-dark is-responsive" hx-post="/propose" hx-target="#games" - hx-include="[name='type']">Shuffle</button> + hx-include="[name='type']">Create</button> </div> <div class="column"></div> <div class="column"> |
