diff --git a/bayer/templates/objects/compound_structure_viz.html b/bayer/templates/objects/compound_structure_viz.html index 8924c63e..44892470 100644 --- a/bayer/templates/objects/compound_structure_viz.html +++ b/bayer/templates/objects/compound_structure_viz.html @@ -3,7 +3,9 @@
Link to PES
-
{{ compound_structure.pes_link }}
+
+ {{ compound.default_structure.pes_link }} +
diff --git a/bayer/templates/objects/compound_viz.html b/bayer/templates/objects/compound_viz.html index 9ff10e75..c752299c 100644 --- a/bayer/templates/objects/compound_viz.html +++ b/bayer/templates/objects/compound_viz.html @@ -3,7 +3,9 @@
Link to PES
-
{{ compound.default_structure.pes_link }}
+
+ {{ compound.default_structure.pes_link }} +