diff options
author | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-07-09 10:05:59 +0000 |
---|---|---|
committer | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-07-09 10:05:59 +0000 |
commit | 6d4c11f6c99d7f311ea51840c680acbb67ae71d0 (patch) | |
tree | c2a48ec0712206ee46b215d268e2f30095898287 /wk9/lect/froshims/templates | |
parent | 9be3fed65ad925fd2ccac6cc2853eb9958ab204c (diff) |
Tue, Jul 9, 2024, 3:05 AM -07:00
Diffstat (limited to 'wk9/lect/froshims/templates')
-rw-r--r-- | wk9/lect/froshims/templates/index.html | 2 |
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> |