This commit is contained in:
Ross
2021-01-25 15:26:01 +00:00
parent ba30e2f69f
commit 5135b81025
+7 -6
View File
@@ -53,13 +53,14 @@
</div>
<div class="content container">
{% if request.user.is_staff %}<span id="admin-link"><a
href="{% url 'admin:index' %}">Admin</a></span>{% endif %}
<span id="view-link"><a href="{% url 'rapids:rapid_view' %}">View questions</a></span>
<span id="create-link"><a href="{% url 'rapids:rapid_create' %}">Add new rapid</a></span>
</br>
{% if request.user.is_authenticated %}
<a href="{% url 'rapids:exam_list' %}">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 %}
{% comment %} </br>
Questions by:
<span id="authors-link"><a href="{% url 'rapids:author_list' %}">author</a></span>
<span id="authors-link"><a href="{% url 'rapids:author_list' %}">author</a></span> {% endcomment %}
{% block navigation %}
{% endblock %}
<div class="row">