Introduce a comments block in the influence_detail.
[matthijs/projects/xerxes.git] / templates / influences / influence_detail.html
index 17945793318f5acccf814ef54eae480be417e40f..61547ea59935c3699326f4d5816c51ce20195c56 100644 (file)
@@ -2,7 +2,6 @@
 {% load i18n %}
 
 {% block content %}
-
 <h1>{{ object.summary }}</h1>
 <table>
 <tr><td>{% trans "Contact" %}:</td><td>{{ object.contact }}</td></tr>
@@ -12,4 +11,9 @@
 {% endif %}
 </table>
 <p>{{ object.description }}</p>
+               
+<h2>{% trans "Comments" %}</h2>
+{% block comments %}
+{% include "influences/influence_comments_block.html" %}
+{% endblock %}
 {% endblock %}