fix links

This commit is contained in:
Ross
2020-12-17 18:39:18 +00:00
parent b557305730
commit af749d9aa7
3 changed files with 29 additions and 29 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
{% endif %}
{% for user, value in user_answers_marks.items %}
<h3>Candidate: <a href="{% url 'anatomy:cid_scores' user %}">{{ user_names|get_item:user }}</a></h3>
<h3>Candidate: <a href="{% url 'cid_scores' user %}">{{ user_names|get_item:user }}</a></h3>
<!-- Answers: {{ user_answers_and_marks|get_item:user }}-->
Answers: {% for ans, score in user_answers_and_marks|get_item:user %}
{{ans}} ({{score}}),