blob: ea4b8df204a71aed31c3b1ac9a9e7bd8ff90c04a (
plain)
1
2
3
4
5
6
7
8
|
<p>Your current answers are saved.</p>
<p> Are you sure you wish to quit the exam?</p>
<form action="/exam/complete/" method="post">
{% csrf_token %}
<input type="submit" name="yes" value="Yes!" />
<input type="submit" name="no" value="No!" />
</form>
|