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
@@ -2,7 +2,7 @@
{% block content %}
<div class="question">
<a href="#" onclick="return window.create_popup_window({% 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" }}