From 75b81a18969688c111d1a96c6a58374f46153a68 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 13 Oct 2020 19:51:54 -0700 Subject: container view: fix non-OA empty box --- python/fatcat_web/templates/container_view.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/python/fatcat_web/templates/container_view.html b/python/fatcat_web/templates/container_view.html index 32c06a53..bdde6715 100644 --- a/python/fatcat_web/templates/container_view.html +++ b/python/fatcat_web/templates/container_view.html @@ -46,11 +46,11 @@
+{% if container._es and container._es.is_oa == True %}
- {% if container._es and container._es.is_oa == True %} - Open Access Publication - {% endif %} + Open Access Publication
+{% endif %} {% if container._stats %}
-- cgit v1.2.3