diff options
Diffstat (limited to 'components/index.html')
-rw-r--r-- | components/index.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/components/index.html b/components/index.html index b8b126d..816fd21 100644 --- a/components/index.html +++ b/components/index.html @@ -13,13 +13,15 @@ <h1>Mixed Übungen</h1> <div class="ubung-list"> {{range .}} + <p> <button class="ubung-button" - hx-get="/question?mixed_id={{.ID}}" + hx-get="/mixed?id={{.ID}}" hx-target="#ancestor" hx-swap="outerHTML"> {{.Name}} (Level {{.LevelID}}) </button> + </p> {{end}} </div> <div id="ancestor"></div> |