From df5f3010edbab1eeb49c2eb24672bd3f520f7dcf Mon Sep 17 00:00:00 2001 From: zouap Date: Tue, 7 Dec 2021 15:12:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BB=A3=E7=A0=81=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zouap --- routers/repo/ai_model_manage.go | 1 + 1 file changed, 1 insertion(+) diff --git a/routers/repo/ai_model_manage.go b/routers/repo/ai_model_manage.go index 8ce8dfa15..afe45c942 100644 --- a/routers/repo/ai_model_manage.go +++ b/routers/repo/ai_model_manage.go @@ -412,6 +412,7 @@ func ShowOneVersionOtherModel(ctx *context.Context) { } func ShowModelTemplate(ctx *context.Context) { + ctx.Data["isModelManage"] = true ctx.HTML(200, tplModelManageIndex) }