.
This commit is contained in:
@@ -23,7 +23,7 @@ Rapids:
|
|||||||
<a href="{% url 'rapids:rapid_view' %}">Questions</a> /
|
<a href="{% url 'rapids:rapid_view' %}">Questions</a> /
|
||||||
<a href="{% url 'rapids:rapid_create' %}" title="Create a new question">Create Question</a>
|
<a href="{% url 'rapids:rapid_create' %}" title="Create a new question">Create Question</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if request.is_superuser %}
|
{% if request.user.is_superuser %}
|
||||||
<a href="{% url 'rapids:user_answer_table_view' %}" title="User answers">Answers</a>
|
<a href="{% url 'rapids:user_answer_table_view' %}" title="User answers">Answers</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% comment %} </br>
|
{% comment %} </br>
|
||||||
|
|||||||
Reference in New Issue
Block a user