diff options
author | Holden Rohrer <hr@hrhr.dev> | 2020-01-15 23:26:13 -0500 |
---|---|---|
committer | Holden Rohrer <hr@hrhr.dev> | 2020-01-15 23:26:13 -0500 |
commit | 90d40083d4834352affaa4e00fc289cc95b6795c (patch) | |
tree | acd5d48e93be3a4d02338934df976973424aef2b /www/index.html | |
parent | 6131e6168032ef4f1fcda8d64508f700af0e506c (diff) |
index had some errors
Diffstat (limited to 'www/index.html')
-rw-r--r-- | www/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/index.html b/www/index.html index 28de719..148cb59 100644 --- a/www/index.html +++ b/www/index.html @@ -18,12 +18,12 @@ <input type="radio" name="form" value="room" onchange="switchShow('room')">Room</input><br> <form action="award.pdf" method="get" id="award" class="submit"> Committee: <input type="text" name="committee"/><br> - Country: <input type="text" name=""/><br> + Country: <input type="text" name="country"/><br> Award Name: <input type="text" name="award"/><br> School: <input type="text" name="school"/><br> <input type="submit"/> </form> - <form action="room" style="display: none" id="room" class="submit"> + <form action="room.pdf" style="display: none" id="room" class="submit"> Committee: <input type="text" name="committee"/><br> <input type="submit"/> </form> |