.
This commit is contained in:
@@ -3,10 +3,9 @@
|
||||
{% block content %}
|
||||
<div class="col-md-6" id="main-col">
|
||||
<h2>{% if review %}Reviewing{% else %}Marking{% endif %} question {{question_details.current}} of {{question_details.total}}</h2>
|
||||
<a href="{% url 'rapids:question_detail' question.id %}" title="View the Question">View</a> <a
|
||||
href="{% url 'rapids:rapid_update' question.id %}" title="Edit the Question">Edit</a> <a
|
||||
href="{% url 'admin:rapids_rapid_change' question.id %}" title="Edit the Question using the admin interface">Admin
|
||||
Edit</a>
|
||||
<a href="{% url 'rapids:question_detail' question.id %}" title="View the Question">View</a>
|
||||
<a href="{% url 'rapids:rapid_update' question.id %}" title="Edit the Question">Edit</a>
|
||||
{% if request.user.is_superuser %}<a href="{% url 'admin:rapids_rapid_change' question.id %}" title="Edit the Question using the admin interface">Admin Edit</a>{% endif %}
|
||||
{% if unmarked_answers_bool %}
|
||||
<div class="alert alert-warning" role="alert">
|
||||
This questions has unmarked answers. Are you sure you want to review?
|
||||
|
||||
Reference in New Issue
Block a user