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/nick.html | |
parent | c059696450d301b99956d643c21b0e46b4fc39dc (diff) |
MEGA Commit. Rework of routing. Visuals. Answer analysis and much more.
Diffstat (limited to 'templates/nick.html')
-rw-r--r-- | templates/nick.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/nick.html b/templates/nick.html index fe4a50a..92e166f 100644 --- a/templates/nick.html +++ b/templates/nick.html @@ -1,6 +1,6 @@ -<div id="alertbox">{{ alert }}</div> +{% include 'base.html' %} <form action="/set/nick" method="POST"> Anna itsellesi nimimerkki ensin: -<input type="text" name="nick" rows="1" cols="40"></textarea> +<input type="text" name="nick"> <input type="submit" value="Lähetä"> </form> |