diff options
author | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-07-09 09:43:15 +0000 |
---|---|---|
committer | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-07-09 09:43:15 +0000 |
commit | 61c45fbe6ca00c8b50fda7c531e64a108fce7206 (patch) | |
tree | 51ac63e7b6cf6cd2415ca6d1d42a6e1bac7aa7df | |
parent | 4b288ee544e7a350832cabf963e47a374c602496 (diff) |
Tue, Jul 9, 2024, 2:43 AM -07:00
-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> |