|
@@ -412,6 +412,7 @@ func ShowOneVersionOtherModel(ctx *context.Context) { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
func ShowModelTemplate(ctx *context.Context) { |
|
|
func ShowModelTemplate(ctx *context.Context) { |
|
|
|
|
|
ctx.Data["isModelManage"] = true |
|
|
ctx.HTML(200, tplModelManageIndex) |
|
|
ctx.HTML(200, tplModelManageIndex) |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|