diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2020-09-28 14:45:41 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2020-09-28 14:45:41 -0700 |
commit | 3112fcd6457e318069830d1af7ae6e9512f52f59 (patch) | |
tree | 2f8463741ae984d05344d3cf6927534fcf4f86ca /python/fatcat_web/templates/release_view.html | |
parent | bca7d905b377e5e8cd04666a29eef2dd391dfa15 (diff) | |
download | fatcat-3112fcd6457e318069830d1af7ae6e9512f52f59.tar.gz fatcat-3112fcd6457e318069830d1af7ae6e9512f52f59.zip |
update keepers links to keepers.issn.org
Diffstat (limited to 'python/fatcat_web/templates/release_view.html')
-rw-r--r-- | python/fatcat_web/templates/release_view.html | 6 |
1 files changed, 3 insertions, 3 deletions
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 %} <i class="icon times grey"></i> Not in <a href="https://road.issn.org">ISSN ROAD</a><br> {% endif %} - {% if release.container._es.in_kbart == True %} - <i class="icon check green"></i> In <a href="https://thekeepers.org/purl/issn/{{ release.container.issnl }}">Keepers Registery</a><br> - {% elif release.container._es.in_kbart == False %} <i class="icon times grey"></i> Not in <a href="https://thekeepers.org/journals?query={{ release.container.issnl }}">Keepers Registry</a><br> + {% if release.container._es.any_kbart == True %} + <i class="icon check green"></i> In <a href="https://keepers.issn.org/?q=api/search&search[]=MUST=allissn={{ release.container.issnl }}&search[]=MUST_EXIST=keepers">Keepers Registery</a><br> + {% elif release.container._es.any_kbart == False %} <i class="icon times grey"></i> Not in <a href="https://keepers.issn.org/?q=api/search&search[]=MUST=allissn={{ release.container.issnl }}&search[]=MUST_EXIST=keepers">Keepers Registry</a><br> {% endif %} {% endif %} {% if release.container.issnl != None %} |