aboutsummaryrefslogtreecommitdiff
path: root/wqflask
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2022-05-31 14:41:22 +0300
committerFrederick Muriuki Muriithi2022-05-31 14:41:45 +0300
commitb8a51a5d77175f8b88583a06a0ce7e2792bc501f (patch)
tree5ef99bcce0ec1df816960aed432c8047fa326bdd /wqflask
parent45f7328e733fa655e7871d3c841c2dc778915d36 (diff)
downloadgenenetwork2-b8a51a5d77175f8b88583a06a0ce7e2792bc501f.tar.gz
Fix minor bug
Diffstat (limited to 'wqflask')
-rw-r--r--wqflask/wqflask/templates/partial_correlations/pcorrs_results_presentation.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/wqflask/templates/partial_correlations/pcorrs_results_presentation.html b/wqflask/wqflask/templates/partial_correlations/pcorrs_results_presentation.html
index fd534188..dac02397 100644
--- a/wqflask/wqflask/templates/partial_correlations/pcorrs_results_presentation.html
+++ b/wqflask/wqflask/templates/partial_correlations/pcorrs_results_presentation.html
@@ -193,7 +193,7 @@
</thead>
<tbody>
- {%for trait in enumerate(correlations, start=1):%}
+ {%for idx, trait in enumerate(correlations, start=1):%}
<tr class="results-row">
<td>
<input type="checkbox" name="chk_{{trait['trait_name']}}"