This commit is contained in:
Ross
2021-09-21 19:56:55 +01:00
parent 0a1b331151
commit 7d145fd7d6
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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 %}