This commit is contained in:
Ross
2021-10-16 16:27:54 +01:00
parent 7a4334b31c
commit 93e2c413d2
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{% extends 'rapids/exams.html' %}
{% block content %}
<h2>Marking question {{question_details.current}} of {{question_details.total}}{% if review %} [REVIEW]{% endif %}</h2>
<h2>{% if review %}Reviewing{% else %}Marking{% endif %} question {{question_details.current}} of {{question_details.total}}</h2>
<a href="{% url 'rapids:question_detail' question.id %}" title="View the Question">View</a> <a
href="{% url 'rapids:rapid_update' question.id %}" title="Edit the Question">Edit</a> <a
href="{% url 'admin:rapids_rapid_change' question.id %}" title="Edit the Question using the admin interface">Admin
+2 -2
View File
@@ -756,10 +756,10 @@ input {
clear: both;
}
.check-saved {
.check-review {
color: purple;
}
.current-mark {
color: darkred;
color: gray;
}