This commit is contained in:
Ross
2021-09-09 13:49:50 +01:00
parent dfd25e4808
commit 95b268a911
+1
View File
@@ -74,6 +74,7 @@
{% if exam.recreate_json %}[JSON out of date]{% endif %}
</div>
<a href="{% url 'longs:exam_json' pk=exam.pk %}">JSON</a>
<a href="{% url 'longs:exam_json_unbased' pk=exam.pk %}">JSON (unbased)</a>
<a href="{% url 'longs:exam_json_recreate' pk=exam.pk %}">Refresh JSON cache</a>
<a href="{% url 'longs:refresh_exam_question_json' pk=exam.pk %}">Refresh Question JSON cache</a>