From 257f5b55e6d35893dfdf8c5306842db5bb076f3e Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 17 Sep 2020 19:41:52 -0700 Subject: container view: only show OA indicator when known The "is_oa:False" could be that we just don't know; aren't actually distinguishing between false and blank. --- python/fatcat_web/templates/container_view.html | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'python') diff --git a/python/fatcat_web/templates/container_view.html b/python/fatcat_web/templates/container_view.html index 9a71fe72..91430715 100644 --- a/python/fatcat_web/templates/container_view.html +++ b/python/fatcat_web/templates/container_view.html @@ -48,11 +48,7 @@
{% if container._es and container._es.is_oa == True %} - Open Access Publisher - {% elif container._es and container._es.is_oa == False %} - Not Open Access - {% else %} - Unknown OA Status + Open Access Publication {% endif %}
-- cgit v1.2.3