From 7546da17cc5b7a2f97b490e1593b41609b281a43 Mon Sep 17 00:00:00 2001
From: zsloan
Date: Mon, 23 Aug 2021 19:29:38 +0000
Subject: Fixed issue with the way categorical_vars and perm_strata were being
passed to the template
---
wqflask/wqflask/templates/mapping_results.html | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/wqflask/wqflask/templates/mapping_results.html b/wqflask/wqflask/templates/mapping_results.html
index 7baac000..81eb1ba1 100644
--- a/wqflask/wqflask/templates/mapping_results.html
+++ b/wqflask/wqflask/templates/mapping_results.html
@@ -45,8 +45,10 @@
{% if categorical_vars is defined %}
-
-
+
+ {% endif %}
+ {% if perm_strata is defined %}
+
{% endif %}
--
cgit v1.2.3