Update templates/quiz.html
Browse files- templates/quiz.html +1 -1
templates/quiz.html
CHANGED
@@ -66,7 +66,7 @@
|
|
66 |
<p>ใใฎๅ
็ด ใฏไฝใงใใใ๏ผ: <strong>{{ element }}</strong></p>
|
67 |
<form action="/" method="post">
|
68 |
<label for="user_input">ๅๅญ็ชๅทใๅ
ฅๅใใฆใใ ใใ:</label>
|
69 |
-
<input type=
|
70 |
<button type="submit" class="btn">็ญใๅใใ</button>
|
71 |
</form>
|
72 |
{% if result %}
|
|
|
66 |
<p>ใใฎๅ
็ด ใฏไฝใงใใใ๏ผ: <strong>{{ element }}</strong></p>
|
67 |
<form action="/" method="post">
|
68 |
<label for="user_input">ๅๅญ็ชๅทใๅ
ฅๅใใฆใใ ใใ:</label>
|
69 |
+
<input type=number id="user_input" name="user_input" required>
|
70 |
<button type="submit" class="btn">็ญใๅใใ</button>
|
71 |
</form>
|
72 |
{% if result %}
|