This commit is contained in:
Ross
2021-08-02 12:08:15 +01:00
parent cba8f5c0c0
commit 21e485f294
+2
View File
@@ -49,8 +49,10 @@
<button type="submit" name="next" class="save btn btn-default" title="Save answer and move to next question">Next answer</button>
<!-- <button type="submit" name="skip" class="save btn btn-default">Skip</button> -->
{% else %}
{% if not unmarked %}
All question answers marker. <a href="{% url 'longs:mark_overview' pk=exam.pk %}">Return to marking overview</a>
{% endif %}
{% endif %}
</form>
</div>
{% endblock %}