Commit 44a1dac6 by Chris Dodge

remove unused template

parent d23e5360
{% load i18n %}
<p>{% blocktrans %} You can also <a class="start-timed-exam" data-ajax-url="{{enter_exam_endpoint}}" data-exam-id="{{exam_id}}" data-attempt-proctored=true data-start-immediately=false>retake the exam</a>. {% endblocktrans %}</p>
<button type="button" name="submit-proctored-exam" class="start-timed-exam" data-ajax-url="{{enter_exam_endpoint}}" data-exam-id="{{exam_id}}" data-attempt-proctored=true data-start-immediately=false >
{% blocktrans %}
Re-run the Exam
{% endblocktrans %}
</button>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment