This commit is contained in:
Ross
2021-10-17 22:56:03 +01:00
parent cea0e0ae06
commit 5155fc86ca
7 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -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="#" onclick="return window.create_popup_window({% 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>