about summary refs log tree commit diff
path: root/wqflask
diff options
context:
space:
mode:
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']}}"