From c681d261ee6450ab3f35b4149f29c05b9e0306be Mon Sep 17 00:00:00 2001 From: zmister Date: Tue, 9 Nov 2021 19:10:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=96=87=E9=9B=86=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E9=A6=96=E9=A1=B5=E7=9A=84=E6=96=87=E9=9B=86=E7=AE=80?= =?UTF-8?q?=E4=BB=8B=E4=BF=A1=E6=81=AF=E5=B0=86=E9=A1=B5=E9=9D=A2=E9=AB=98?= =?UTF-8?q?=E5=BA=A6=E6=92=91=E5=BC=80=E7=9A=84=E6=A0=B7=E5=BC=8F=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/app_doc/pro_list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/app_doc/pro_list.html b/template/app_doc/pro_list.html index 2586fa7..0c06b05 100644 --- a/template/app_doc/pro_list.html +++ b/template/app_doc/pro_list.html @@ -169,7 +169,7 @@ {% trans "此文集没有填写简介" %} {% else %} {{ p.intro | slice:'20' }}… - {{ p.intro }} + {{ p.intro | slice:'100' }} {% endif %}

{% for new_doc in p.id|get_new_doc %}