diff options
Diffstat (limited to 'wk9/lect')
-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 d9920da..53b5941 100644 --- a/wk9/lect/froshims/templates/index.html +++ b/wk9/lect/froshims/templates/index.html @@ -4,7 +4,7 @@ <h1>Register</h1> <form action="/register" method="post"> - <input autocomplete="off" autofocus name="name" placeholder="Name" type="text"> + <input autocomplete="off" required autofocus name="name" placeholder="Name" type="text"> <select name="sport"> <option disabled selected value="">Sport</option> <option>Basketball</option> |