From fb082256a6706b452172cd5c360210ad8fc7db24 Mon Sep 17 00:00:00 2001 From: fmareuil <fabien.mareuil@pasteur.fr> Date: Tue, 1 Oct 2024 14:41:03 +0200 Subject: [PATCH] fix dassault url --- ippisite/ippidb/templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ippisite/ippidb/templates/index.html b/ippisite/ippidb/templates/index.html index 77b7820c..10d929fd 100644 --- a/ippisite/ippidb/templates/index.html +++ b/ippisite/ippidb/templates/index.html @@ -488,7 +488,7 @@ </div> <div class="col-12 col-sm-12 col-md-12 col-lg-3 col-xl-3 aklgmt_logo" style="background-image: url('../static/images/Logos/LogoBiovia.png');"> - <a href="https://www.3ds.com/fr/produits-et-services/biovia/" + <a href="https://www.lafondation3ds.org/fr/" style="display:block;width:100%;height:100%;" target="_blank"></a> </div> <div class="col-12 col-sm-12 col-md-12 col-lg-3 col-xl-3 aklgmt_logo" -- GitLab