diff --git a/templates/mailing_list/emails_thread.html b/templates/mailing_list/emails_thread.html index c97729d..c5d1f8e 100644 --- a/templates/mailing_list/emails_thread.html +++ b/templates/mailing_list/emails_thread.html @@ -11,9 +11,9 @@
#{{ thread.id }} - Created {{ thread.datetime|ago }}
- +
- +
{% for email in emails %}
@@ -40,22 +40,22 @@
{% endfor %}
- +
{% for tag in tags %}
{{ tag }}: {{ tags[tag]|join(', ') }}
{% endfor %} - +
{{ participants|length }} participants {% for address in participants %} - {{ address[0] }} <{{ address[1] }}> +
{{ address[0] }} <{{ address[1] }}>
{% endfor %}
- +