|
|
|
|
@ -1,4 +1,5 @@ |
|
|
|
|
{% load i18n %}{% spaceless %} |
|
|
|
|
{% load i18n %} |
|
|
|
|
{% load tempalte_tags %}{% spaceless %} |
|
|
|
|
|
|
|
|
|
<style type="text/css" media="screen"> |
|
|
|
|
body{height:100%!important;margin:0;padding:0;width:100%!important;} |
|
|
|
|
@ -422,7 +423,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|strip }}</a>{% if not forloop.last %}, {% endif %}{% endfor %} |
|
|
|
|
</td> |
|
|
|
|
</tr> |
|
|
|
|
</table> |
|
|
|
|
|