From 618e347da982a96bf78212fa3af5a0e012a17461 Mon Sep 17 00:00:00 2001 From: zPlus Date: Wed, 22 Mar 2023 10:04:17 +0100 Subject: [PATCH] Align mailing list participants vertically. --- templates/mailing_list/emails_thread.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 %}
- +