Introduce a comments block in the influence_detail.
authorMatthijs Kooijman <matthijs@stdin.nl>
Fri, 31 Oct 2008 13:55:36 +0000 (14:55 +0100)
committerMatthijs Kooijman <matthijs@stdin.nl>
Fri, 31 Oct 2008 13:55:36 +0000 (14:55 +0100)
This allows us to override the comments display for previewing later.

templates/influences/influence_detail.html

index 234b5d73b065e19f2a6ec6893deffddaf0a5fdcd..61547ea59935c3699326f4d5816c51ce20195c56 100644 (file)
@@ -13,5 +13,7 @@
 <p>{{ object.description }}</p>
                
 <h2>{% trans "Comments" %}</h2>
+{% block comments %}
 {% include "influences/influence_comments_block.html" %}
 {% endblock %}
+{% endblock %}