aboutsummaryrefslogtreecommitdiff
path: root/www/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'www/index.html')
-rw-r--r--www/index.html4
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>