|
|
|
|
@ -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> |
|
|
|
|
|