diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-02-01 11:51:21 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-02-01 11:51:21 -0800 |
commit | fc6b8e0f96f0a0e69f4992525ba801d8f6639854 (patch) | |
tree | 7940b5779669ab6beef6ea3fb56317f8055826d6 /python/fatcat_web/templates/release_view.html | |
parent | b90828d7d16b38052bd45f6df1f3d093799e7cee (diff) | |
download | fatcat-fc6b8e0f96f0a0e69f4992525ba801d8f6639854.tar.gz fatcat-fc6b8e0f96f0a0e69f4992525ba801d8f6639854.zip |
fixes for new elastic transform view code
Diffstat (limited to 'python/fatcat_web/templates/release_view.html')
-rw-r--r-- | python/fatcat_web/templates/release_view.html | 2 |
1 files changed, 1 insertions, 1 deletions
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. </div> {% endif %} -{% if container != None and container.es != None %} +{% if container != None and container.es %} <div class="ui segment attached"> <b>Container Metadata</b><br> {% if container.es.is_oa == True %} |