This commit is contained in:
Ross
2021-12-15 19:32:45 +00:00
parent b8bea084ae
commit c7311fe1f5
+1 -1
View File
@@ -3,7 +3,7 @@
{% block content %} {% block content %}
<div class="anatomy"> <div class="anatomy">
<h2>{{ exam.name }}</h2> <h2>{{ exam.name }}</h2>
User answer scores are cached, if you update or change an answer you will need to <a href="{% url 'anatomy:exam_scores_refresh' exam.pk exam_index %}">refresh the scores</a>. User answer scores are cached, if you update or change an answer you will need to <a href="{% url 'anatomy:exam_scores_refresh' exam.pk %}">refresh the scores</a>.
{% if unmarked %} {% if unmarked %}
<div class="alert alert-warning" role="alert"> <div class="alert alert-warning" role="alert">