From d86dcd605032935c31059ae325e12148b7a49c8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20M=C3=A9nager?= <herve.menager@pasteur.fr> Date: Wed, 27 May 2020 16:23:21 +0200 Subject: [PATCH] further correction to biblio link --- ippisite/ippidb/templates/biblio_simplelink.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ippisite/ippidb/templates/biblio_simplelink.html b/ippisite/ippidb/templates/biblio_simplelink.html index 80457cbe..a49c58f8 100644 --- a/ippisite/ippidb/templates/biblio_simplelink.html +++ b/ippisite/ippidb/templates/biblio_simplelink.html @@ -1 +1 @@ -<a target="_blank" class="card-link" href="{%if bibliography.source == 'PM' %}https://www.ncbi.nlm.nih.gov/pubmed/{% elif bibliography.source == 'DO' %}https://doi.org/{% else %}https://patentscope.wipo.int/search/en/detail.jsf?docId={% endif %}{{ bibliography.id_source }}">{{ bibliography.id_source }}</a> +<a target="_blank" class="card-link" href="{{bibliography.get_external_url}}"</a> -- GitLab