diff options
| author | Holden Rohrer <hr@hrhr.dev> | 2020-07-24 12:22:19 -0400 | 
|---|---|---|
| committer | Holden Rohrer <hr@hrhr.dev> | 2020-07-24 12:23:46 -0400 | 
| commit | a8de3886aa65d77475ee1ebe537bfae4e5a5beab (patch) | |
| tree | 406c55f7137c21486577eb89de9e5dad96c6bc1d /www/index.html | |
| parent | 17481441a7ce8ffe497b043e13bb3e6f98849921 (diff) | |
switched to ext-independent code (ver 1.1)
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 3fbcaf8..32634d4 100644 --- a/www/index.html +++ b/www/index.html @@ -19,14 +19,14 @@    <h4>Form Type:</h4>    <input type="radio" name="form" value="award" onchange="switchShow('award')" checked>Award</input><br>    <input type="radio" name="form" id="roombutton" value="room" onchange="switchShow('room')">Room</input><br> -  <form action="award.pdf" method="get" id="award" class="submit"> +  <form action="award" method="get" id="award" class="submit">      Committee: <input type="text" name="committee"/><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.pdf" style="display: none" id="room" class="submit"> +  <form action="room" style="display: none" id="room" class="submit">      Committee: <input type="text" name="committee"/><br>      <input type="submit"/>    </form> | 
