diff --git a/emencia/django/newsletter/templates/newsletter/AutomaticEmail_v2.html b/emencia/django/newsletter/templates/newsletter/AutomaticEmail_v2.html
index f50cf414..ad921d86 100644
--- a/emencia/django/newsletter/templates/newsletter/AutomaticEmail_v2.html
+++ b/emencia/django/newsletter/templates/newsletter/AutomaticEmail_v2.html
@@ -121,7 +121,7 @@
- |
+ |
{{ obj.main_title|safe }}
|
@@ -465,7 +465,7 @@
-
+ |
@@ -496,7 +492,7 @@
|
- |
+ |
{% trans "Все новости" %}
|
@@ -504,7 +500,9 @@
+ {% endif %}
+ {% if blog and news %}
{% endif %}
@@ -515,8 +513,9 @@
- | {% trans "Новенькое из блога" %} |
-
+ {% trans "Новенькое из блога" %} |
+
+
@@ -529,17 +528,21 @@
|
- | {{ blog.preview|safe|striptags }} |
-
-
-
-
- {% trans "посмотреть Подробнее" %}
+ |
+ {{ blog.preview|safe|striptags }}
+ ...>>>
|
|
+
+
+ {# TODO: подставить ссылку на все статью #}
+ {% trans "Все статьи" %}
+ |
+
+