From 8445d3636681773e8833a52c7a59ae76c52b1380 Mon Sep 17 00:00:00 2001 From: zsloan Date: Wed, 20 Apr 2022 17:54:05 +0000 Subject: Remove extra template bracket --- wqflask/wqflask/templates/mapping_results.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wqflask') diff --git a/wqflask/wqflask/templates/mapping_results.html b/wqflask/wqflask/templates/mapping_results.html index 45e1b202..95b4bfb3 100644 --- a/wqflask/wqflask/templates/mapping_results.html +++ b/wqflask/wqflask/templates/mapping_results.html @@ -307,7 +307,7 @@ {% if 'additive' in marker %} {% if geno_db_exists == "True" %} {{ '%0.3f' | format(marker.additive|float) }} - {% else %}} + {% else %} {{ '%0.3f' | format(marker.additive|float) }} {% endif %} {% endif %} -- cgit v1.2.3