diff options
author | Jani Peter Karhunen <jkarhun2@local> | 2023-11-25 03:32:29 +0200 |
---|---|---|
committer | Jani Peter Karhunen <jkarhun2@local> | 2023-11-25 03:32:29 +0200 |
commit | d2de3ae10b6f5314bd4b8243218212d2004f35b0 (patch) | |
tree | 2ab448e0c2ec361478851dbcb43bcd176d17b584 /templates/question.html | |
parent | c059696450d301b99956d643c21b0e46b4fc39dc (diff) |
MEGA Commit. Rework of routing. Visuals. Answer analysis and much more.
Diffstat (limited to 'templates/question.html')
-rw-r--r-- | templates/question.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/question.html b/templates/question.html index 016a1ac..62afaaf 100644 --- a/templates/question.html +++ b/templates/question.html @@ -1,4 +1,4 @@ -<div id="kysAlert">{{ alert }}</div> +{% include 'base.html' %} <form action="/set/question" method="POST"> <div class="kysQuestion"> <div class="kysCreateText">Kysymys:</div> |