summaryrefslogtreecommitdiff
path: root/wk9/lect/froshims/templates/index.html
diff options
context:
space:
mode:
authorFudgerboy <91767657+Fudgerboy@users.noreply.github.com>2024-07-09 09:33:04 +0000
committerFudgerboy <91767657+Fudgerboy@users.noreply.github.com>2024-07-09 09:33:04 +0000
commit4b288ee544e7a350832cabf963e47a374c602496 (patch)
tree6456d7a53618bd385e28a59bd9fa439ef38fa96b /wk9/lect/froshims/templates/index.html
parent0e5127432202b460919e7f59dd34239721114905 (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.html3
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>