summaryrefslogtreecommitdiff
path: root/wk9
diff options
context:
space:
mode:
Diffstat (limited to 'wk9')
-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>