fix a silly bug

This commit is contained in:
Ross
2024-12-23 16:38:37 +00:00
parent 4981402ca9
commit 13713d870f
3 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -11,5 +11,5 @@
<a href="{% url 'anatomy:exam_cids' exam_id=exam.pk %}">Candidates</a> /
<a href="{% url 'anatomy:exam_stats' exam_id=exam.pk %}">Stats</a> /
{% endif %}
<a href="{% url 'anatomy:create_exam' pk=exam.pk %}" title="Add a new question directly into the exam.">Add New Question</a>
{% comment %} <a href="{% url 'anatomy:question_create_exam' pk=exam.pk %}" title="Add a new question directly into the exam.">Add New Question</a> {% endcomment %}
{% endblock %}