From b5e3c1957ba23d921277b63498ee2f588bc64452 Mon Sep 17 00:00:00 2001 From: Tim Lorsbach Date: Wed, 8 Jul 2026 20:24:53 +0200 Subject: [PATCH] underline pes link in templates --- bayer/templates/objects/compound_structure_viz.html | 4 +++- bayer/templates/objects/compound_viz.html | 4 +++- bayer/templates/objects/node_viz.html | 4 +++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/bayer/templates/objects/compound_structure_viz.html b/bayer/templates/objects/compound_structure_viz.html index 90e34e1f..623fbbe4 100644 --- a/bayer/templates/objects/compound_structure_viz.html +++ b/bayer/templates/objects/compound_structure_viz.html @@ -4,7 +4,9 @@
Link to PES
- {{ compound_structure.pes_link }} +

+ {{ compound_structure.pes_link }} +

diff --git a/bayer/templates/objects/compound_viz.html b/bayer/templates/objects/compound_viz.html index c752299c..5ffee3c5 100644 --- a/bayer/templates/objects/compound_viz.html +++ b/bayer/templates/objects/compound_viz.html @@ -4,7 +4,9 @@
Link to PES
- {{ compound.default_structure.pes_link }} +

+ {{ compound.default_structure.pes_link }} +

diff --git a/bayer/templates/objects/node_viz.html b/bayer/templates/objects/node_viz.html index 1bfa3109..23e88c8a 100644 --- a/bayer/templates/objects/node_viz.html +++ b/bayer/templates/objects/node_viz.html @@ -4,7 +4,9 @@
Link to PES
- {{ node.default_node_label.pes_link }} +

+ {{ node.default_node_label.pes_link }} +