This commit is contained in:
Ross
2022-04-02 23:46:50 +01:00
parent 07922a6080
commit afef1b1857
2 changed files with 18 additions and 1 deletions
@@ -11,4 +11,14 @@
{% endfor %}
</ul>
<ul>
{% for case_detail, answers in case_map %}
<li>
{{case_detail.case.title}}<br/>
{% for answer in answers %}{{answer.answer}}: {{answer.score}}<br />{% endfor %}
</li>
{% endfor %}
</ul>
{% endblock %}