From 365af14448a3de7dfeb8e3ae29c8ad115023df1f Mon Sep 17 00:00:00 2001 From: Tim Lorsbach Date: Fri, 3 Jul 2026 09:29:53 +0200 Subject: [PATCH] Fix PES Link HTML for other entities --- bayer/templates/objects/compound_structure_viz.html | 2 +- bayer/templates/objects/node_viz.html | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/bayer/templates/objects/compound_structure_viz.html b/bayer/templates/objects/compound_structure_viz.html index 44892470..90e34e1f 100644 --- a/bayer/templates/objects/compound_structure_viz.html +++ b/bayer/templates/objects/compound_structure_viz.html @@ -4,7 +4,7 @@
Link to PES
- {{ compound.default_structure.pes_link }} + {{ compound_structure.pes_link }}
diff --git a/bayer/templates/objects/node_viz.html b/bayer/templates/objects/node_viz.html index 4426726b..1bfa3109 100644 --- a/bayer/templates/objects/node_viz.html +++ b/bayer/templates/objects/node_viz.html @@ -3,7 +3,9 @@
Link to PES
-
{{ node.default_node_label.pes_link }}
+