From 3112fcd6457e318069830d1af7ae6e9512f52f59 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 28 Sep 2020 14:45:41 -0700 Subject: update keepers links to keepers.issn.org --- python/fatcat_web/templates/release_view.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (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 f907dab8..54ead411 100644 --- a/python/fatcat_web/templates/release_view.html +++ b/python/fatcat_web/templates/release_view.html @@ -370,9 +370,9 @@ accessible version. {% elif release.container._es.in_road == False %} Not in ISSN ROAD
{% endif %} - {% if release.container._es.in_kbart == True %} - In Keepers Registery
- {% elif release.container._es.in_kbart == False %} Not in Keepers Registry
+ {% if release.container._es.any_kbart == True %} + In Keepers Registery
+ {% elif release.container._es.any_kbart == False %} Not in Keepers Registry
{% endif %} {% endif %} {% if release.container.issnl != None %} -- cgit v1.2.3