diff options
author | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-07-09 09:33:04 +0000 |
---|---|---|
committer | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-07-09 09:33:04 +0000 |
commit | 4b288ee544e7a350832cabf963e47a374c602496 (patch) | |
tree | 6456d7a53618bd385e28a59bd9fa439ef38fa96b /wk9/lect/froshims/templates/index.html | |
parent | 0e5127432202b460919e7f59dd34239721114905 (diff) |
Tue, Jul 9, 2024, 2:33 AM -07:00
Diffstat (limited to 'wk9/lect/froshims/templates/index.html')
-rw-r--r-- | wk9/lect/froshims/templates/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/wk9/lect/froshims/templates/index.html b/wk9/lect/froshims/templates/index.html index 2a80486..d9920da 100644 --- a/wk9/lect/froshims/templates/index.html +++ b/wk9/lect/froshims/templates/index.html @@ -3,9 +3,10 @@ {% block body %} <h1>Register</h1> - <form action="/registeer" method="post"> + <form action="/register" method="post"> <input autocomplete="off" autofocus name="name" placeholder="Name" type="text"> <select name="sport"> + <option disabled selected value="">Sport</option> <option>Basketball</option> <option>Soccer</option> <option>Ultimate Frisbee</option> |