OzoneAsai commited on
Commit
babab0c
1 Parent(s): 1b8118c

Update templates/quiz.html

Browse files
Files changed (1) hide show
  1. templates/quiz.html +1 -1
templates/quiz.html CHANGED
@@ -74,7 +74,7 @@
74
  <p>{{ result }}</p>
75
  {% endif %}
76
  <form action="/next" method="post">
77
- <input type=text id="user_input" name="user_input" > <button type="submit" class="btn">次の問題</button>
78
  </form>
79
  </div>
80
  </body>
 
74
  <p>{{ result }}</p>
75
  {% endif %}
76
  <form action="/next" method="post">
77
+ <button type="submit" class="btn">次の問題</button>
78
  </form>
79
  </div>
80
  </body>