From 585c1db74fdb6e9bf33dd5115c1bab4e0848acc7 Mon Sep 17 00:00:00 2001 From: Gitea Date: Fri, 25 Mar 2022 09:10:40 +0800 Subject: [PATCH] fix issue --- templates/explore/datasets.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/explore/datasets.tmpl b/templates/explore/datasets.tmpl index 81fe5c188..238131077 100644 --- a/templates/explore/datasets.tmpl +++ b/templates/explore/datasets.tmpl @@ -162,7 +162,7 @@ {{end}}
{{.Title}}
- {{if and (.dataset.Category) (.dataset.Task) (.dataset.License)}} + {{if and (.Category) (.Task) (.License)}}
{{if .Category}} {{$category := .Category}}