diff --git a/emencia/django/newsletter/templates/newsletter/AutomaticEmail_v2.html b/emencia/django/newsletter/templates/newsletter/AutomaticEmail_v2.html index 5a881b99..1de5fd48 100644 --- a/emencia/django/newsletter/templates/newsletter/AutomaticEmail_v2.html +++ b/emencia/django/newsletter/templates/newsletter/AutomaticEmail_v2.html @@ -164,7 +164,7 @@ {% for tag in obj.tags %} - {{ tag.name }}{% if not forloop.last %},{% endif %} + {{ tag.name }}{% if not forloop.last %},{% endif %} {% endfor %} @@ -406,7 +406,7 @@ {% for tag in obj.tags %} - {{ tag.name }}{% if not forloop.last %},{% endif %} + {{ tag.name }}{% if not forloop.last %},{% endif %} {% endfor %}