Add some extra spacing the the influence_changed email.
[matthijs/projects/xerxes.git] / templates / influences / email / influence_changed.html
index 09e073e325bcd771376458f7ed7ba910d9898f65..a0231f363099f55dac78b89eb4de5b15afa6bf8d 100644 (file)
@@ -1,7 +1,8 @@
 {% load gapless %}{% gapless %}
 {% load i18n %}
 {% autoescape off %}
-From: Inschrijfsysteem <inschrijf@evolution-events.nl>
+From: Xerxes (Evolution Events)<xerxes@evolution-events.nl>
+X-Mailer: Xerxes
 {% if created %}
 Subject: {% blocktrans %}Influence "{{ influence }}" submitted.{% endblocktrans %}
 {% else %}
@@ -27,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 %}