.
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
<a href="{% url 'anatomy:question_clone' question.id %}" title="Clone the Question">Clone</a>
|
||||
<a href="{% url 'anatomy:question_delete' pk=question.pk %}" title="Delete the Question">Delete</a>
|
||||
<a href="{% url 'anatomy:question_delete' pk=question.pk %}" title="Delete the Question">Delete</a>
|
||||
<a href="{% url 'feedback_create' question_type='anatomy' pk=question.pk %}"> Add Note</a>
|
||||
<a href="#" onclick="return window.create_popup_window({% url 'feedback_create' question_type='anatomy' pk=question.pk %}"> Add Note</a>
|
||||
<a href="{% url 'admin:anatomy_anatomyquestion_change' question.id %}"
|
||||
title="Edit the Question using the admin interface">Admin Edit</a>
|
||||
{% if exam %}
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
<a href="{% url 'longs:long_update' pk=question.pk %}" title="Edit the Long">Edit</a>
|
||||
<a href="{% url 'longs:long_clone' pk=question.pk %}" title="Clone the Long (duplicate everything but the images)">Clone</a>
|
||||
<a href="{% url 'longs:long_delete' pk=question.pk %}" title="Delete the Rapid">Delete</a>
|
||||
<a href="{% url 'feedback_create' question_type='long' pk=question.pk %}"> Add Note</a>
|
||||
<a href="#" onclick="return window.create_popup_window({% url 'feedback_create' question_type='long' pk=question.pk %}"> Add Note</a>
|
||||
{% if request.user.is_superuser %}
|
||||
<a href="{% url 'admin:longs_long_change' question.id %}" title="Edit the Long using the admin interface">Admin Edit</a>
|
||||
{% endif %}
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
{% block content %}
|
||||
<div class="question">
|
||||
<a href="{% url 'feedback_create' question_type='physics' pk=question.pk %}"> Add Note</a>
|
||||
<a href="#" onclick="return window.create_popup_window({% url 'feedback_create' question_type='physics' pk=question.pk %}"> Add Note</a>
|
||||
<a href="{% url 'admin:physics_question_change' question.id %}" title="Edit the Question using the admin interface">Admin Edit</a>
|
||||
<div class="date">
|
||||
Created: {{ question.created_date|date:"d/m/Y" }}
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
<a href="{% url 'rapids:rapid_update' pk=question.pk %}" title="Edit the Rapid">Edit</a>
|
||||
<a href="{% url 'rapids:rapid_clone' pk=question.pk %}" title="Clone the Rapid (duplicate everything but the images)">Clone</a>
|
||||
<a href="{% url 'rapids:question_delete' pk=question.pk %}" title="Delete the Rapid">Delete</a>
|
||||
<a href="{% url 'feedback_create' question_type='rapid' pk=question.pk %}"> Add Note</a>
|
||||
<a href="#" onclick="return window.create_popup_window({% url 'feedback_create' question_type='rapid' pk=question.pk %}"> Add Note</a>
|
||||
{% if request.user.is_superuser %}
|
||||
<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>
|
||||
|
||||
@@ -6,7 +6,7 @@ CID: {{cid}}
|
||||
<h2>Question [{{pos|add:1}}/{{exam_length}}]</h2>
|
||||
{% if exam.publish_results %}
|
||||
<div class="alert alert-primary" role="alert">
|
||||
Exam is in review mode. Add question feedback <a href="{% url 'feedback_create' question_type='sbas' pk=question.pk %}">here</a>.
|
||||
Exam is in review mode. Add question feedback <a href="#" onclick="return window.create_popup_window({% url 'feedback_create' question_type='sbas' pk=question.pk %}">here</a>.
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user