summaryrefslogtreecommitdiff
path: root/wk9/lect/froshims/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'wk9/lect/froshims/templates/index.html')
-rw-r--r--wk9/lect/froshims/templates/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/wk9/lect/froshims/templates/index.html b/wk9/lect/froshims/templates/index.html
index de6cad2..fac926b 100644
--- a/wk9/lect/froshims/templates/index.html
+++ b/wk9/lect/froshims/templates/index.html
@@ -6,7 +6,7 @@
<form action="/register" method="post">
<input autocomplete="off" autofocus name="name" placeholder="Name" type="text">
{% for sport in sports %}
- <input name="sport" type="radio" value={{sport}}>{{sport}}
+ <input name="sport" type="checkbox" value={{sport}}>{{sport}}
{% endfor %}
<button type="submit">Register</button>
</form>