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 }}
+
+ {{ node.default_node_label.pes_link }} +