This commit is contained in:
Tim Lorsbach
2026-05-28 21:55:36 +02:00
parent 4b9bf94943
commit f4c3b42be8
9 changed files with 50 additions and 16 deletions

View File

@ -232,5 +232,6 @@ class PESStructure(CompoundStructure):
"is_pes": True,
"pes_link": self.pes_link,
# Will overwrite image from Node
"image": f"{reverse("depict_pes")}?pesLink={urllib.parse.quote(self.pes_link)}"
"image": f"{reverse('depict_pes')}?pesLink={urllib.parse.quote(self.pes_link)}",
"image_type": "png",
}