From a8de3886aa65d77475ee1ebe537bfae4e5a5beab Mon Sep 17 00:00:00 2001
From: Holden Rohrer <hr@hrhr.dev>
Date: Fri, 24 Jul 2020 12:22:19 -0400
Subject: switched to ext-independent code (ver 1.1)

---
 www/index.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'www')

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>
-- 
cgit