summaryrefslogtreecommitdiff
path: root/templates/nick.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/nick.html')
-rw-r--r--templates/nick.html4
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>