.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
{% block content %}
|
||||
|
||||
|
||||
<span class="floating-header">
|
||||
{% if exam %}
|
||||
<div>
|
||||
|
||||
@@ -24,5 +24,6 @@
|
||||
<a href="{% url 'admin:rapids_rapid_change' question.id %}" title="Edit the Rapid using the admin interface">Admin Edit</a>
|
||||
<a href="{% url 'rapids:question_user_answers' question.id %}" title="View user answers associated with this question">User answers</a>
|
||||
{% endif %}
|
||||
</span>
|
||||
{% include 'rapids/question_display_block.html' %}
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user