From 1fcd4a51b1cce2914a57d2cd125bf57b8975af78 Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Fri, 31 Oct 2008 14:55:36 +0100 Subject: [PATCH] Introduce a comments block in the influence_detail. This allows us to override the comments display for previewing later. --- templates/influences/influence_detail.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/influences/influence_detail.html b/templates/influences/influence_detail.html index 234b5d7..61547ea 100644 --- a/templates/influences/influence_detail.html +++ b/templates/influences/influence_detail.html @@ -13,5 +13,7 @@

{{ object.description }}

{% trans "Comments" %}

+{% block comments %} {% include "influences/influence_comments_block.html" %} {% endblock %} +{% endblock %} -- 2.30.2