.
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
{% extends 'sbas/base.html' %}
|
{% extends 'sbas/base.html' %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<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>
|
||||||
@@ -37,5 +37,5 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% include 'question_notes.html' %}
|
{% include 'question_notes.html' %}
|
||||||
</div>
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
Reference in New Issue
Block a user