This commit is contained in:
Ross
2021-09-25 18:51:00 +01:00
parent afe067e6eb
commit 8b3b3328fb
2 changed files with 10 additions and 18 deletions
-13
View File
@@ -1,13 +0,0 @@
{% extends 'anatomy/base.html' %}
{% block content %}
<div class="anatomy">
<h2>CID: {{ cid }}</h2>
The following exams have been found (click to view answers and scores):
<ul>
{% for exam in exams %}
<li><a href="{% url 'anatomy:exam_scores_cid_user' pk=exam.pk sk=cid %}">{{exam.name}}</a></li>
{% endfor %}
</ul>
</div>
{% endblock %}