aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_web/templates/release_view.html
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2020-10-13 20:15:00 -0700
committerBryan Newbold <bnewbold@robocracy.org>2020-10-13 20:15:00 -0700
commit3fb19834758ac077dfc94091db3f591caaf331fb (patch)
treeb0eaf01b0af9712301a9c2a6c7edcff6796f2bbf /python/fatcat_web/templates/release_view.html
parent75b81a18969688c111d1a96c6a58374f46153a68 (diff)
downloadfatcat-3fb19834758ac077dfc94091db3f591caaf331fb.tar.gz
fatcat-3fb19834758ac077dfc94091db3f591caaf331fb.zip
release view: remove abiguous OA status indicator
Diffstat (limited to 'python/fatcat_web/templates/release_view.html')
-rw-r--r--python/fatcat_web/templates/release_view.html4
1 files changed, 0 insertions, 4 deletions
diff --git a/python/fatcat_web/templates/release_view.html b/python/fatcat_web/templates/release_view.html
index 54ead411..7836ef77 100644
--- a/python/fatcat_web/templates/release_view.html
+++ b/python/fatcat_web/templates/release_view.html
@@ -354,10 +354,6 @@ accessible version.
<b>Container Metadata</b><br>
{% if release.container._es.is_oa == True %}
<i class="icon unlock orange"></i>Open Access Publication<br>
-{% elif release.container._es.is_oa == False %}
-<i class="icon lock black"></i>Not Open Access<br>
-{% else %}
-<i class="icon question grey"></i>Unknown OA Status<br>
{% endif %}
{% if (release.container._es != None) %}
{% if release.container._es.in_doaj == True %}