diff options
-rw-r--r-- | wqflask/wqflask/templates/partial_correlations/pcorrs_results_presentation.html | 2 |
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']}}" |