Add some extra spacing the the influence_changed email.
authorMatthijs Kooijman <matthijs@stdin.nl>
Wed, 24 Nov 2010 07:59:27 +0000 (08:59 +0100)
committerMatthijs Kooijman <matthijs@stdin.nl>
Wed, 24 Nov 2010 07:59:27 +0000 (08:59 +0100)
templates/influences/email/influence_changed.html

index 197aef508cb41e148c8c001e5a806d9d01b94083..a0231f363099f55dac78b89eb4de5b15afa6bf8d 100644 (file)
@@ -32,11 +32,14 @@ You have submitted an influence on {{ creation_date }}.
 {% filter ljust:20%}{% trans "Long term" %}:{%endfilter%}{{ influence.longterm|yesno|capfirst }}
 {% endif %}
 {% trans "Description" %}:
+\\
 {% filter wordwrap:72 %}
 {{ influence.description }}
 {% endfilter %}
 {% if influence.result %}
+\\
 {% trans "Result" %}:
+\\
 {% filter wordwrap:72 %}
 {{ influence.result }}
 {% endfilter %}