diff --git a/templates/createTournament.html b/templates/createTournament.html index 83bf9a9..c193904 100644 --- a/templates/createTournament.html +++ b/templates/createTournament.html @@ -9,26 +9,26 @@ name:
passing score: {% for question in questions %} -
-
-
- - {{ question.description }} -
-
-
- {% for answer in question.answers.all %} - - {% endfor %} -
-
-
- {% endfor %} - -
- -
-{% endblock %} +
+
+ + + {{ question.description }} +
+
+ {% for answer in question.answers.all %} + + {% endfor %} +
+ {% endfor %} +
+
+ +
+ + + +{% endblock %} \ No newline at end of file