Show influence result on the influence detail.
authorMatthijs Kooijman <matthijs@stdio.flexvps.nl>
Mon, 16 Feb 2009 18:53:05 +0000 (19:53 +0100)
committerMatthijs Kooijman <matthijs@stdio.flexvps.nl>
Mon, 16 Feb 2009 18:53:05 +0000 (19:53 +0100)
templates/influences/influence_detail.html

index 61547ea59935c3699326f4d5816c51ce20195c56..8bddb9cd16b4a7b6972542b0b26a2ca80770edc1 100644 (file)
 {% endif %}
 </table>
 <p>{{ object.description }}</p>
-               
+{% if object.result %}
+<h2>{% trans "Result" %}</h2>
+<p>{{ object.result }}</p>
+{% endif %}
 <h2>{% trans "Comments" %}</h2>
 {% block comments %}
 {% include "influences/influence_comments_block.html" %}