From: Matthijs Kooijman Date: Fri, 31 Oct 2008 13:55:36 +0000 (+0100) Subject: Introduce a comments block in the influence_detail. X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fprojects%2Fxerxes.git;a=commitdiff_plain;h=1fcd4a51b1cce2914a57d2cd125bf57b8975af78 Introduce a comments block in the influence_detail. This allows us to override the comments display for previewing later. --- 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 %}