From 4b288ee544e7a350832cabf963e47a374c602496 Mon Sep 17 00:00:00 2001
From: Fudgerboy <91767657+Fudgerboy@users.noreply.github.com>
Date: Tue, 9 Jul 2024 09:33:04 +0000
Subject: Tue, Jul 9, 2024, 2:33 AM -07:00

---
 wk9/lect/froshims/templates/index.html | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

(limited to 'wk9/lect/froshims/templates')

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>
-- 
cgit v1.2.3