This commit is contained in:
Ross
2021-09-25 20:38:56 +01:00
parent a42752d776
commit 540341d453
6 changed files with 63 additions and 27 deletions
+3
View File
@@ -12,6 +12,9 @@ Anatomy:
<a href="{% url 'anatomy:exam_create' %}" title="Create a new exam">Create Exam</a> /
<a href="{% url 'anatomy:anatomy_question_view' %}">Questions</a> /
<a href="{% url 'anatomy:anatomy_question_create' %}" title="Create a new question">Create Question</a>
{% if request.user.is_superuser %}
/ <a href="{% url 'anatomy:user_answer_table_view' %}" title="User answers">Answers</a>
{% endif %}
{% endif %}
{% endblock %}
{% block content %}