This commit is contained in:
Ross
2021-08-31 22:44:46 +01:00
parent 5e64fed9cb
commit 5063460e5a
2 changed files with 7 additions and 1 deletions
+4
View File
@@ -63,6 +63,9 @@
{{ author }},
{% endfor %}
</div>
{% if can_edit %}
<p><button id='button-edit-order'>Edit exam order</button></p>
<div>
JSON creation time: {{exam.json_creation_time}} ({{exam.json_creation_time|date:"c"}}),
@@ -75,6 +78,7 @@
<button id='button-open-access'>Make questions open access</button>
<button id='button-closed-access'>Make questions closed access</button>
{% endif %}
</div>
<script type="text/javascript">