Add some extra spacing the the influence_changed email.
[matthijs/projects/xerxes.git] / templates / influences / email / influence_changed.html
index 29403015ed37152452f1fb9df548bf495520607f..a0231f363099f55dac78b89eb4de5b15afa6bf8d 100644 (file)
@@ -28,16 +28,25 @@ You have submitted an influence on {{ creation_date }}.
 {% filter ljust:20%}{% trans "Contact" %}:{%endfilter%}{{ influence.contact }}
 {% filter ljust:20%}{% trans "Summary" %}:{%endfilter%}{{ influence.summary }}
 {% filter ljust:20%}{% trans "Status" %}:{%endfilter%}{{ influence.get_status_display }}
+{% if influence.longterm %}
 {% 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 %}
 {% endif %}
+\\
+\\
+{% trans "View the influence and comments here:" %}
+http://xerxes.evolution-events.nl{{ influence.get_absolute_url }}
 {% endautoescape %}
 {% endgapless %}