From: Matthijs Kooijman Date: Mon, 16 Feb 2009 18:53:05 +0000 (+0100) Subject: Show influence result on the influence detail. X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fprojects%2Fxerxes.git;a=commitdiff_plain;h=b51a27c01b4d795b5dd861dc3e7e557604804fb2 Show influence result on the influence detail. --- diff --git a/templates/influences/influence_detail.html b/templates/influences/influence_detail.html index 61547ea..8bddb9c 100644 --- a/templates/influences/influence_detail.html +++ b/templates/influences/influence_detail.html @@ -11,7 +11,10 @@ {% endif %}

{{ object.description }}

- +{% if object.result %} +

{% trans "Result" %}

+

{{ object.result }}

+{% endif %}

{% trans "Comments" %}

{% block comments %} {% include "influences/influence_comments_block.html" %}