Spaces:
Sleeping
Sleeping
Update templates/index.html
Browse files- templates/index.html +2 -1
templates/index.html
CHANGED
|
@@ -112,6 +112,7 @@
|
|
| 112 |
<select id="gender" name="gender" required>
|
| 113 |
<option value="General">General</option>
|
| 114 |
<option value="Ladies">Female</option>
|
|
|
|
| 115 |
</select>
|
| 116 |
<br>
|
| 117 |
|
|
@@ -165,4 +166,4 @@
|
|
| 165 |
</ul>
|
| 166 |
{% endif %}
|
| 167 |
</body>
|
| 168 |
-
</html>
|
|
|
|
| 112 |
<select id="gender" name="gender" required>
|
| 113 |
<option value="General">General</option>
|
| 114 |
<option value="Ladies">Female</option>
|
| 115 |
+
<option value="Not Applicable">Not Applicable</option>
|
| 116 |
</select>
|
| 117 |
<br>
|
| 118 |
|
|
|
|
| 166 |
</ul>
|
| 167 |
{% endif %}
|
| 168 |
</body>
|
| 169 |
+
</html>
|