Add some extra spacing the the influence_changed email.
[matthijs/projects/xerxes.git] / templates / influences / email / influence_changed.html
index 3c563373e0d847d18da15b17a39fe8112e30e5e9..a0231f363099f55dac78b89eb4de5b15afa6bf8d 100644 (file)
@@ -32,14 +32,21 @@ 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 %}
 {% endif %}
+\\
+\\
+{% trans "View the influence and comments here:" %}
+http://xerxes.evolution-events.nl{{ influence.get_absolute_url }}
 {% endautoescape %}
 {% endgapless %}