From 1bb0a989f2abc82fc9704d9ecca6df10e49bf8ce Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 1 Jun 2023 16:39:31 -0400 Subject: [PATCH] hide inconsistent comment date --- catalog/templates/item_base.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }}