.
This commit is contained in:
@@ -53,13 +53,14 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="content container">
|
<div class="content container">
|
||||||
{% if request.user.is_staff %}<span id="admin-link"><a
|
{% if request.user.is_authenticated %}
|
||||||
href="{% url 'admin:index' %}">Admin</a></span>{% endif %}
|
<a href="{% url 'rapids:exam_list' %}">Exams</a> /
|
||||||
<span id="view-link"><a href="{% url 'rapids:rapid_view' %}">View questions</a></span>
|
<a href="{% url 'rapids:rapid_view' %}">Questions</a> /
|
||||||
<span id="create-link"><a href="{% url 'rapids:rapid_create' %}">Add new rapid</a></span>
|
<a href="{% url 'rapids:rapid_create' %}" title="Create a new question">Create Question</a>
|
||||||
</br>
|
{% endif %}
|
||||||
|
{% comment %} </br>
|
||||||
Questions by:
|
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 %}
|
{% block navigation %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
|||||||
Reference in New Issue
Block a user