diff options
Diffstat (limited to 'www')
-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> |