This commit is contained in:
Ross
2021-09-22 18:54:14 +01:00
parent 7d145fd7d6
commit 9f914bc128
+1 -1
View File
@@ -4,7 +4,7 @@
<div class="question"> <div class="question">
<a href="{% url 'admin:sbas_question_change' question.id %}" <a href="{% url 'admin:sbas_question_change' question.id %}"
title="Edit the Question using the admin interface">Admin Edit</a> title="Edit the Question using the admin interface">Admin Edit</a>
<a href="{% url 'feedback_create' question_type='sbas' pk=question.pk %}"> Add Note</a> <a href="#" onclick="return window.create_popup_window({% url 'feedback_create' question_type='sbas' pk=question.pk %}"> Add Note</a>
<div class="date"> <div class="date">
Created: {{ question.created_date|date:"d/m/Y"}} Created: {{ question.created_date|date:"d/m/Y"}}
</div> </div>