From fc6b8e0f96f0a0e69f4992525ba801d8f6639854 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Fri, 1 Feb 2019 11:51:21 -0800 Subject: fixes for new elastic transform view code --- python/fatcat_web/templates/release_view.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/fatcat_web/templates/release_view.html') diff --git a/python/fatcat_web/templates/release_view.html b/python/fatcat_web/templates/release_view.html index 3716f0cb..8962793a 100644 --- a/python/fatcat_web/templates/release_view.html +++ b/python/fatcat_web/templates/release_view.html @@ -210,7 +210,7 @@ This release citing other releases. {% endif %} -{% if container != None and container.es != None %} +{% if container != None and container.es %}
Container Metadata
{% if container.es.is_oa == True %} -- cgit v1.2.3