From cbebc4ae80f77575f89df3540952f412378326dc Mon Sep 17 00:00:00 2001
From: zsloan
Date: Mon, 23 Aug 2021 19:02:41 +0000
Subject: Include categorical_vars in mapping_results.html so they're included
when recomputing
---
wqflask/wqflask/templates/mapping_results.html | 3 +++
1 file changed, 3 insertions(+)
diff --git a/wqflask/wqflask/templates/mapping_results.html b/wqflask/wqflask/templates/mapping_results.html
index 35d8a157..7baac000 100644
--- a/wqflask/wqflask/templates/mapping_results.html
+++ b/wqflask/wqflask/templates/mapping_results.html
@@ -44,7 +44,10 @@
{% endif %}
+ {% if categorical_vars is defined %}
+
+ {% endif %}
--
cgit v1.2.3