.
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
{% extends 'sbas/base.html' %}
|
||||
|
||||
{% block content %}
|
||||
<div class="question">
|
||||
<div class="question">
|
||||
<a href="{% url 'admin:sbas_question_change' question.id %}"
|
||||
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">
|
||||
Created: {{ question.created_date|date:"d/m/Y"}}
|
||||
</div>
|
||||
@@ -37,5 +37,5 @@
|
||||
</div>
|
||||
|
||||
{% include 'question_notes.html' %}
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user