diff --git a/catalog/templates/item_base.html b/catalog/templates/item_base.html index 3c31e50b..59b7e945 100644 --- a/catalog/templates/item_base.html +++ b/catalog/templates/item_base.html @@ -161,7 +161,7 @@ rel="noopener" {% if mark.comment.metadata.shared_link %} href="{{ mark.comment.metadata.shared_link }}" title="打开联邦网络分享链接" {% else %} class="disabled" {% endif %}> - {{ mark.comment.created_time|date }} + {% comment %} {{ mark.comment.created_time|date }} {% endcomment %}

{{ mark.comment.html|safe }}

{% else %} @@ -194,7 +194,7 @@ + {% if mark.review.metadata.shared_link %} href="{{ mark.review.metadata.shared_link }}" title="打开联邦网络分享链接" {% else %} class="disabled" {% endif %}> {{ mark.review.created_time|date }}