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/new_answer.html | |
parent | c059696450d301b99956d643c21b0e46b4fc39dc (diff) |
MEGA Commit. Rework of routing. Visuals. Answer analysis and much more.
Diffstat (limited to 'templates/new_answer.html')
-rw-r--r-- | templates/new_answer.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/new_answer.html b/templates/new_answer.html new file mode 100644 index 0000000..0d690d4 --- /dev/null +++ b/templates/new_answer.html @@ -0,0 +1,7 @@ +{% include 'base.html' %} +<form action="/set/answer_id" method="POST"> +Vastaa kyselyyn koodilla: +<input type="text" name="link"> +<input type="submit" value="Kyselmään"> +</form> +Saatoit myös päätyä tänne mikäli olet jo vastannut. |