From b26d9b9799d107deac50fdaa3f98c4acb38705ee Mon Sep 17 00:00:00 2001 From: zsloan Date: Thu, 21 Sep 2023 18:19:34 +0000 Subject: Remove check for collections from mapping cofactor selection UI --- wqflask/wqflask/templates/show_trait_mapping_tools.html | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'wqflask') diff --git a/wqflask/wqflask/templates/show_trait_mapping_tools.html b/wqflask/wqflask/templates/show_trait_mapping_tools.html index 33a36cda..b8220297 100755 --- a/wqflask/wqflask/templates/show_trait_mapping_tools.html +++ b/wqflask/wqflask/templates/show_trait_mapping_tools.html @@ -73,9 +73,6 @@
- {% if g.user_session.num_collections < 1 %} - No collections available. Please add traits to a collection to use them as covariates. - {% else %}
@@ -84,7 +81,6 @@ - {% endif %}
@@ -306,9 +302,6 @@
- {% if g.user_session.num_collections < 1 %} - No collections available. Please add traits to a collection to use them as covariates. - {% else %}
@@ -317,7 +310,6 @@ - {% endif %}
@@ -392,15 +384,11 @@
- {% if g.user_session.num_collections < 1 %} - No collections available. Please add traits to a collection to use them as covariates. - {% else %}
- {% endif %}
-- cgit 1.4.1