From 61c45fbe6ca00c8b50fda7c531e64a108fce7206 Mon Sep 17 00:00:00 2001
From: Fudgerboy <91767657+Fudgerboy@users.noreply.github.com>
Date: Tue, 9 Jul 2024 09:43:15 +0000
Subject: Tue, Jul 9, 2024, 2:43 AM -07:00

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

(limited to 'wk9/lect/froshims/templates/index.html')

diff --git a/wk9/lect/froshims/templates/index.html b/wk9/lect/froshims/templates/index.html
index d9920da..53b5941 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" autofocus name="name" placeholder="Name" type="text">
+        <input autocomplete="off" required autofocus name="name" placeholder="Name" type="text">
         <select name="sport">
             <option disabled selected value="">Sport</option>
             <option>Basketball</option>
-- 
cgit v1.2.3