From b8a51a5d77175f8b88583a06a0ce7e2792bc501f Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Tue, 31 May 2022 14:41:22 +0300 Subject: Fix minor bug --- .../templates/partial_correlations/pcorrs_results_presentation.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wqflask') 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 @@ - {%for trait in enumerate(correlations, start=1):%} + {%for idx, trait in enumerate(correlations, start=1):%}