add option to refresh json cache

This commit is contained in:
Ross
2020-11-23 16:47:58 +00:00
parent c85a0c703e
commit 0e8c9a12b5
3 changed files with 10 additions and 0 deletions
@@ -13,6 +13,7 @@
{% endfor %}
</ol>
<a href="{% url 'anatomy:exam_json' pk=exam.pk %}">JSON</a>
<a href="{% url 'anatomy:exam_json_recreate' pk=exam.pk %}">Refresh JSON cache</a>
</div>
{% endblock %}