Browse Source

Fixes form names for queries

Jose Reyes 5 years ago
parent
commit
719d3ef925
1 changed files with 4 additions and 4 deletions
  1. 4
    4
      app/templates/index.html

+ 4
- 4
app/templates/index.html View File

@@ -6,10 +6,10 @@
6 6
 
7 7
 {% block content %}
8 8
     <form method="post">
9
-        <label for="name">Name</label>
10
-        <input name="name" id="name" required></input><br>
11
-		<label for="email">email</label>
12
-        <input name="email" id="email" required></input><br>
9
+        <label for="cName">Name</label>
10
+        <input name="cName" id="name" required></input><br>
11
+		<label for="cEmail">email</label>
12
+        <input name="cEmail" id="email" required></input><br>
13 13
         <input type="radio" name="station" id="station1" value="Fulano"> Fulano </input><br>
14 14
         <input type="radio" name="station" id="station2" value="Mengana"> Mengana </input><br>
15 15
         <input type="submit" value="Get ticket">