This commit is contained in:
Ross
2021-04-22 13:24:05 +01:00
parent 346d9f5124
commit e42906278b
2 changed files with 11 additions and 1 deletions
+2 -1
View File
@@ -17,7 +17,8 @@ Rapids
{% block navigation %}
Rapids:
{% if request.user.is_authenticated %}
<a href="{% url 'rapids:exam_list' %}">Exams</a> /
<a href="{% url 'rapids:index' %}">Exams</a> /
<a href="{% url 'rapids:exam_list' %}">Active Exams</a> /
<a href="{% url 'rapids:rapid_view' %}">Questions</a> /
<a href="{% url 'rapids:rapid_create' %}" title="Create a new question">Create Question</a>
{% endif %}