Update templates/quiz.html
Browse files- templates/quiz.html +1 -1
templates/quiz.html
CHANGED
@@ -61,7 +61,7 @@
|
|
61 |
<p>ει‘: <strong>{{ question }}</strong></p>
|
62 |
<form action="/" method="post">
|
63 |
<label for="user_input">ηγγε
₯εγγ¦γγ γγ:</label>
|
64 |
-
<input type=
|
65 |
<button type="submit" class="btn">ηγεγγ</button>
|
66 |
</form>
|
67 |
{% if result %}
|
|
|
61 |
<p>ει‘: <strong>{{ question }}</strong></p>
|
62 |
<form action="/" method="post">
|
63 |
<label for="user_input">ηγγε
₯εγγ¦γγ γγ:</label>
|
64 |
+
<input type="number" step="0.01" id="user_input" name="user_input" required>
|
65 |
<button type="submit" class="btn">ηγεγγ</button>
|
66 |
</form>
|
67 |
{% if result %}
|