.
This commit is contained in:
@@ -53,7 +53,7 @@
|
|||||||
<!-- <button type="submit" name="skip" class="save btn btn-default">Skip</button> -->
|
<!-- <button type="submit" name="skip" class="save btn btn-default">Skip</button> -->
|
||||||
{% else %}
|
{% else %}
|
||||||
{% if not unmarked %}
|
{% if not unmarked %}
|
||||||
All question answers marker. <a href="{% url 'longs:mark_overview' pk=exam.pk %}">Return to marking overview</a>
|
Success! Marking question complete. <a href="{% url 'longs:mark_overview' pk=exam.pk %}">Return to marking overview</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</form>
|
</form>
|
||||||
|
|||||||
+1
-1
@@ -1045,7 +1045,7 @@ def refresh_exam_question_json(request, pk):
|
|||||||
|
|
||||||
return redirect("longs:exam_overview", pk=pk)
|
return redirect("longs:exam_overview", pk=pk)
|
||||||
|
|
||||||
class SeriesImagesZipView(BaseZipView):
|
class SeriesImagesZipView(SuperuserRequiredMixin, BaseZipView):
|
||||||
"""Download all images from an image series"""
|
"""Download all images from an image series"""
|
||||||
|
|
||||||
def get_files(self):
|
def get_files(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user