.
This commit is contained in:
@@ -3,7 +3,9 @@
|
||||
{% block content %}
|
||||
<div class="col-md-6">
|
||||
<h2>Marking question {{question_details.current}} of {{question_details.total}}</h2>
|
||||
<a href="{% url 'anatomy:question_detail' question.id %}" title="View the Question">View</a> <a href="{% url 'anatomy:anatomy_question_update' question.id %}" title="Edit the Question">Edit</a> <a href="{% url 'admin:anatomy_anatomyquestion_change' question.id %}" title="Edit the Question using the admin interface">Admin Edit</a>
|
||||
<a href="{% url 'anatomy:question_detail' question.id %}" title="View the Question">View</a>
|
||||
<a href="{% url 'anatomy:anatomy_question_update' question.id %}" title="Edit the Question">Edit</a>
|
||||
{% if request.user.is_superuser %}<a href="{% url 'admin:anatomy_anatomyquestion_change' question.id %}" title="Edit the Question using the admin interface">Admin Edit</a>{% endif %}
|
||||
<h3>{{ question.question_type }}</h3>
|
||||
{% if question.structure %}
|
||||
Structure: {{question.structure}}<br/>
|
||||
|
||||
Reference in New Issue
Block a user