.
This commit is contained in:
@@ -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 %}
|
||||
Reference in New Issue
Block a user