From b70122e8cb9e075bd7306768583e86e8e5f24f5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20M=C3=A9nager?= <herve.menager@pasteur.fr> Date: Wed, 10 Jun 2020 16:12:01 +0200 Subject: [PATCH] fix biblio_simple_link broken in d86dcd60 --- 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 a49c58f8..04fb6b29 100644 --- a/ippisite/ippidb/templates/biblio_simplelink.html +++ b/ippisite/ippidb/templates/biblio_simplelink.html @@ -1 +1 @@ -<a target="_blank" class="card-link" href="{{bibliography.get_external_url}}"</a> +<a target="_blank" class="card-link" href="{{bibliography.get_external_url}}">{{ bibliography.id_source }}</a> -- GitLab