From 7db147f1068f749f5b3f0e560a01bc2dafc311c8 Mon Sep 17 00:00:00 2001 From: fmareuil <fabien.mareuil@pasteur.fr> Date: Tue, 11 Jun 2024 18:08:25 +0200 Subject: [PATCH] fix bug display table --- ippisite/ippidb/templates/targetcentric.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ippisite/ippidb/templates/targetcentric.html b/ippisite/ippidb/templates/targetcentric.html index 81e1126f..31d8b86f 100644 --- a/ippisite/ippidb/templates/targetcentric.html +++ b/ippisite/ippidb/templates/targetcentric.html @@ -382,8 +382,7 @@ Comparison and druggability prediction of protein-ligand binding sites from phar {% with chaincount=forloop.counter %} {% for cavity in cavities %} {% with cavcount=forloop.counter %} - {% include "targetcentric_cavity_row.html" with chaincount=chaincount cavcount=cavcount - %} + {% include "targetcentric_cavity_row.html" with chaincount=chaincount cavcount=cavcount %} <tr class="collapse out collapseme{{ chaincount }}_{{ cavcount }} asnyc-construction" data-cavity-id="{{cavity.id}}" data-cavcount="{{cavcount}}" data-chaincount="{{chaincount}}"> -- GitLab