Move the new comment form to the right template.
[matthijs/projects/xerxes.git] / templates / influences / influence_detail_block.html
index d2c1c3ae9dee48b13ad88a86490f52826aaf0ff7..0037d092ebd54337df72c55d975ca57b49809318 100644 (file)
@@ -1,4 +1,5 @@
 {% load i18n %}
+{% load threadedcommentstags %}
 
 <h1>{{ object.summary }}</h1>
 <table>
@@ -9,3 +10,6 @@
 {% endif %}
 </table>
 <p>{{ object.description }}</p>
+               
+<h2>{% trans "Comments" %}</h2>
+{% include "influences/influence_comments_block.html" %}