.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -756,10 +756,10 @@ input {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.check-saved {
|
||||
.check-review {
|
||||
color: purple;
|
||||
}
|
||||
|
||||
.current-mark {
|
||||
color: darkred;
|
||||
color: gray;
|
||||
}
|
||||
Reference in New Issue
Block a user