[Fix] Adjust Rules according to manual QA, Add missing Rule (#452)

Co-authored-by: Tim Lorsbach <tim@lorsba.ch>
Reviewed-on: enviPath/enviPy#452
This commit is contained in:
2026-08-13 17:37:38 +12:00
parent ada270aa3c
commit 2d3dca6a75
5 changed files with 140 additions and 17 deletions

View File

@ -109,12 +109,12 @@
res += "<th scope='row'>" + cnt + "</th>";
res +=
"<th scope='row'>" +
data[transformation]["products"][0].join(", ") +
data[transformation]["products"].join(", ") +
"</th>";
res +=
"<th scope='row'>" +
"<img width='400' src='{% url 'depict' %}?smiles=" +
encodeURIComponent(data[transformation]["products"][0].join(".")) +
encodeURIComponent(data[transformation]["products"].join(".")) +
"'></th>";
res +=
"<th scope='row'>" +