handle answers

This commit is contained in:
2025-09-17 19:08:35 +02:00
parent 7ba33e248f
commit c9c717f1e3
3 changed files with 18 additions and 1 deletions

View File

@@ -27,8 +27,9 @@
{{end}}
<hr>
{{if ne .Help 2}}
{{if .Wrong}}<p style="color:red;">Špatné řešení, zkus to znovu.</p>{{end}}
<form method="post">
Řešení: <input type="text" name="assignment"><br>
Řešení: <input type="text" name="solution"><br>
<input type="submit" value="Odeslat">
</form>
{{else}}