diff options
| author | Senni Heidari <sheidar2@local> | 2023-11-21 11:36:12 +0200 |
|---|---|---|
| committer | Senni Heidari <sheidar2@local> | 2023-11-21 11:36:12 +0200 |
| commit | b868d0ba58384fce5a9a45ae153dee9815327d55 (patch) | |
| tree | 2d73e810cad9eba76121f28b07eeb49bf3f9e573 /templates/quiz.html | |
| parent | 2ebfcf29c84b84999b76ff13150ba5a13fd3cac1 (diff) | |
Update directory hierarchy
Diffstat (limited to 'templates/quiz.html')
| -rw-r--r-- | templates/quiz.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/quiz.html b/templates/quiz.html index 4c1871d..b2083ae 100644 --- a/templates/quiz.html +++ b/templates/quiz.html @@ -1,4 +1,4 @@ <div id="alertbox">{{ alert }}</div> -<form action="/new_quiz" method="POST"> +<form action="/set/quiz" method="POST"> <input type="submit" value="Aloita uusi kyselmä"> </form> |