summaryrefslogtreecommitdiff
path: root/templates/nick.html
diff options
context:
space:
mode:
authorMarkku Okkonen <mokkonen@local>2023-11-10 15:06:45 +0200
committerMarkku Okkonen <mokkonen@local>2023-11-10 15:06:45 +0200
commit8128427a1d667f62ce4888fe2921ca12b6823deb (patch)
treed24c9f58e3980bc49ca45fece0cceffe9baa3b5d /templates/nick.html
parentfcb6ffc64fa8cf3b57d5960fb75d10107b346e46 (diff)
Database basics and initial workings of nick registeration
Diffstat (limited to 'templates/nick.html')
-rw-r--r--templates/nick.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/templates/nick.html b/templates/nick.html
index 72c641d..f3e1696 100644
--- a/templates/nick.html
+++ b/templates/nick.html
@@ -1,5 +1,6 @@
-<form action="/nick" method="POST">
+<div id="alertbox">{{ alert }}</div>
+<form action="/new_nick" method="POST">
Anna itsellesi nimimerkki ensin:
-<textarea name="nick" rows="1" cols="40"></textarea>
+<input type="text" name="nick" rows="1" cols="40"></textarea>
<input type="submit" value="Lähetä">
</form>