summaryrefslogtreecommitdiff
path: root/components/index.html
diff options
context:
space:
mode:
authorGrail Finder <wohilas@gmail.com>2025-04-06 10:04:22 +0300
committerGrail Finder <wohilas@gmail.com>2025-04-06 10:04:22 +0300
commit1e5faf9b609fa230d763bccdd8520441c5498a15 (patch)
tree17a92182b49f1222b377fb009a9eff70a84b6a35 /components/index.html
parent95c3ebfaf9fdb1e65e3dfaef177e4b6d20344009 (diff)
Feat: add mixed exercsisesHEADmaster
Diffstat (limited to 'components/index.html')
-rw-r--r--components/index.html4
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>