email fixes

remotes/origin/stage6
ya_dim4ik 9 years ago
parent c39f0b834b
commit 2d2b3947a3
  1. 4
      emencia/django/newsletter/templates/newsletter/AutomaticEmail_v2.html

@ -424,9 +424,7 @@
</tr>
<tr>
<td style="font-size: 13px; color: #999999;">
{% for tag in obj.tags %}
<a href="http://{{ domain }}{{ obj.catalog }}tag/{{ tag.url }}" class="tag" style="font-size: 13px; color: #999999; text-decoration: none;">{{ tag.name }}</a>{% if not forloop.last %},{% endif %}
{% endfor %}
{% for tag in obj.tags %}<a href="http://{{ domain }}{{ obj.catalog }}tag/{{ tag.url }}" class="tag" style="font-size: 13px; color: #999999; text-decoration: none;">{{ tag.name }}</a>{% if not forloop.last %}, {% endif %}{% endfor %}
</td>
</tr>
</table>

Loading…
Cancel
Save