This commit is contained in:
Ross
2021-01-04 15:07:28 +00:00
parent eafe6ea051
commit 6f18496382
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ a, a:link {
} }
.answer-list .not-marked { .answer-list .not-marked {
color: lightblue; color: white;
} }
.key { .key {
+1 -1
View File
@@ -26,7 +26,7 @@
<br /> <br />
{{ question.question_type }}: {{ question.GetPrimaryAnswer }} {{ question.question_type }}: {{ question.GetPrimaryAnswer }}
<br /> <br />
Modality: {{ question.modality }}, <a href="{% url 'anatomy:exam_question_detail' pk=exam.pk sk=forloop.counter0 %}">View</a> Modality: {{ question.modality }}, <a href="{% url 'anatomy:exam_question_detail' pk=exam.pk sk=forloop.counter0 %}">View</a>, <a href="{% url 'anatomy:mark' pk=exam.pk sk=forloop.counter0 %}">Mark</a>
</li> </li>
{% endfor %} {% endfor %}
</ol> </ol>