.
This commit is contained in:
@@ -7,7 +7,9 @@ Anatomy
|
|||||||
{% block navigation %}
|
{% block navigation %}
|
||||||
Anatomy:
|
Anatomy:
|
||||||
{% if request.user.is_authenticated %}
|
{% if request.user.is_authenticated %}
|
||||||
|
<a href="{% url 'anatomy:index' %}">Packets</a> /
|
||||||
<a href="{% url 'anatomy:exam_list' %}">Exams</a> /
|
<a href="{% url 'anatomy:exam_list' %}">Exams</a> /
|
||||||
|
<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_view' %}">Questions</a> /
|
||||||
<a href="{% url 'anatomy:anatomy_question_create' %}" title="Create a new question">Create Question</a>
|
<a href="{% url 'anatomy:anatomy_question_create' %}" title="Create a new question">Create Question</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
Reference in New Issue
Block a user