This commit is contained in:
Ross
2021-08-02 12:06:57 +01:00
parent cad0170167
commit cba8f5c0c0
+1 -1
View File
@@ -49,7 +49,7 @@
<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="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> --> <!-- <button type="submit" name="skip" class="save btn btn-default">Skip</button> -->
{% else %} {% else %}
(no more answers for this question to mark) All question answers marker. <a href="{% url 'longs:mark_overview' pk=exam.pk %}">Return to marking overview</a>
{% endif %} {% endif %}
</form> </form>
</div> </div>