From 5d91151a9d5859accc73d6b0e24f1728794d6bb1 Mon Sep 17 00:00:00 2001 From: Gitea Date: Fri, 25 Mar 2022 16:27:40 +0800 Subject: [PATCH] fix issue --- templates/explore/datasets.tmpl | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/templates/explore/datasets.tmpl b/templates/explore/datasets.tmpl index 238131077..ff18a3da3 100644 --- a/templates/explore/datasets.tmpl +++ b/templates/explore/datasets.tmpl @@ -162,7 +162,7 @@ {{end}}
{{.Title}}
- {{if and (.Category) (.Task) (.License)}} + {{if or (.Category) (.Task) (.License)}}
{{if .Category}} {{$category := .Category}} @@ -216,6 +216,3 @@
{{template "base/footer" .}} - \ No newline at end of file