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/container_view.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'python/fatcat_web/templates/container_view.html') diff --git a/python/fatcat_web/templates/container_view.html b/python/fatcat_web/templates/container_view.html index 8b4ddeb9..2d3ef036 100644 --- a/python/fatcat_web/templates/container_view.html +++ b/python/fatcat_web/templates/container_view.html @@ -127,10 +127,10 @@ Not in ISSN ROAD
{% endif %} - {% if container._es.in_kbart == True %} - In Keepers Registery
- {% elif container._es.in_kbart == False %} - Not in Keepers Registry
+ {% if container._es.any_kbart == True %} + In Keepers Registery
+ {% elif container._es.any_kbart == False %} + Not in Keepers Registry
{% endif %} {% if container.extra and container.extra.sherpa_romeo and container.extra.sherpa_romeo.color %} @@ -144,7 +144,7 @@
{% if container.issnl %} ISSN Portal
- The Keepers Registry (preservation)
+ The Keepers Registry (preservation)
SHERPA/RoMEO (access policies)
{% endif %} {% if not container.wikidata_qid %} -- cgit v1.2.3