From 8a1691f5e3bddda33d0d2dc73c4d181cc89136df Mon Sep 17 00:00:00 2001 From: ya_dim4ik Date: Tue, 13 Dec 2016 08:41:56 +0200 Subject: [PATCH] email fixes --- .../newsletter/templates/newsletter/AutomaticEmail_v2.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 %}