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