.
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
<div class="longs">
|
||||
{% include 'generic/exam_overview_headers.html' %}
|
||||
|
||||
<p><a href="{% url 'longs:mark_overview' pk=exam.pk %}"><button>Mark exam</button></a></p>
|
||||
|
||||
<ol id="full-question-list" class="sortable">
|
||||
{% for question in questions.all %}
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<div class="rapids">
|
||||
{% include 'generic/exam_overview_headers.html' %}
|
||||
|
||||
<p><a href="{% url 'rapids:mark_overview' pk=exam.pk %}"><button>Mark exam</button></a><a href="{% url 'rapids:mark_review' exam_pk=exam.pk sk=0 %}"><button>Review exam</button></a></p>
|
||||
<a href="{% url 'rapids:mark_review' exam_pk=exam.pk sk=0 %}"><button>Review exam</button></a></p>
|
||||
|
||||
<ol id="full-question-list" class="sortable">
|
||||
{% for question in questions.all %}
|
||||
|
||||
Reference in New Issue
Block a user