diff --git a/ippisite/ippidb/templates/biblio_simplelink.html b/ippisite/ippidb/templates/biblio_simplelink.html index 80457cbe91a867aec424a3a93b12cbdef2f9dec7..a49c58f8d01eb1297709b7f3216929b5a9718be0 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>