diff --git a/templates/createTournament.html b/templates/createTournament.html index 83bf9a9..9ce109e 100644 --- a/templates/createTournament.html +++ b/templates/createTournament.html @@ -9,26 +9,33 @@ 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