This commit is contained in:
Ross
2021-04-22 12:43:27 +01:00
parent 1b738d0edb
commit b7d32e6589
9 changed files with 199 additions and 0 deletions
@@ -37,6 +37,11 @@
</li>
{% endfor %}
</ol>
<div>
Author: {% for user in exam.author.all %}
{{ author }},
{% endfor %}
</div>
<a href="{% url 'rapids:exam_json' pk=exam.pk %}">JSON</a>
<a href="{% url 'rapids:exam_json_unbased' pk=exam.pk %}">JSON (unbased)</a>
<a href="{% url 'rapids:exam_json_recreate' pk=exam.pk %}">Refresh JSON cache</a>