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
@@ -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" }}