.
This commit is contained in:
@@ -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" }}
|
||||
|
||||
Reference in New Issue
Block a user