From f329def7634be4de9638113b6adcfc62b3c7fd70 Mon Sep 17 00:00:00 2001 From: wzj <244142824@qq.com> Date: Sat, 14 Jun 2025 10:58:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=98=BE=E7=A4=BA=E8=AF=81?= =?UTF-8?q?=E4=B9=A6=E5=88=9B=E5=BB=BA=E8=80=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/certificate_detail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/certificate_detail.html b/templates/certificate_detail.html index 258983e..6be3227 100644 --- a/templates/certificate_detail.html +++ b/templates/certificate_detail.html @@ -80,7 +80,7 @@ {% endif %}
创建者
-
{{ cert.created_by }}
+
{{ get_username(ca.created_by) }}
创建时间
{{ cert.created_at.strftime('%Y-%m-%d %H:%M') }}