mirror of
https://github.com/MarijnDoeve/TijdVoorDeTest.git
synced 2026-07-08 00:20:15 +02:00
WIP
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
{% for question in quiz.questions %}
|
||||
{% for answer in question.answers %}
|
||||
{{ answer.text }}<br>
|
||||
{% endfor %}
|
||||
{% endfor %}
|
||||
Reference in New Issue
Block a user