From: Jonathan S. Katz Date: Wed, 17 Oct 2018 20:17:11 +0000 (-0400) Subject: Ensure there are spaces on emails sent to multiple lists. X-Git-Url: http://waps.l3s.uni-hannover.de/gitweb/config.php?a=commitdiff_plain;h=9f19b98ffed3b137859dd835286c94cf3afd55f1;p=pgarchives.git Ensure there are spaces on emails sent to multiple lists. Author: Andreas Karlsson --- diff --git a/django/archives/mailarchives/templates/_message.html b/django/archives/mailarchives/templates/_message.html index 3cb39ec..0884a5a 100644 --- a/django/archives/mailarchives/templates/_message.html +++ b/django/archives/mailarchives/templates/_message.html @@ -49,7 +49,11 @@ {% if lists %} Lists: - {%for l in lists %}{{l.listname}}{%endfor%} + + {%for l in lists %} + {{l.listname}} + {%endfor%} + {% endif %}