diff options
author | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-07-09 09:45:52 +0000 |
---|---|---|
committer | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-07-09 09:45:52 +0000 |
commit | bd8dbe3a8efde49e85da8ec5c9cc2d7d7d283268 (patch) | |
tree | 6d5d2f105df7319d3944914f49e1a4270843010d /wk9/lect/froshims/templates | |
parent | 61c45fbe6ca00c8b50fda7c531e64a108fce7206 (diff) |
Tue, Jul 9, 2024, 2:45 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 53b5941..d9920da 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" required autofocus name="name" placeholder="Name" type="text"> + <input autocomplete="off" autofocus name="name" placeholder="Name" type="text"> <select name="sport"> <option disabled selected value="">Sport</option> <option>Basketball</option> |