From 5c817ed3fdca6cd65669ee2056914ceb40f1cd22 Mon Sep 17 00:00:00 2001 From: zsloan Date: Thu, 9 Jan 2020 13:55:33 -0600 Subject: Moved the text search for the trait page sample data table --- .../wqflask/templates/show_trait_edit_data.html | 26 ++++++++++++---------- 1 file changed, 14 insertions(+), 12 deletions(-) (limited to 'wqflask') diff --git a/wqflask/wqflask/templates/show_trait_edit_data.html b/wqflask/wqflask/templates/show_trait_edit_data.html index e342a3f8..c3052866 100644 --- a/wqflask/wqflask/templates/show_trait_edit_data.html +++ b/wqflask/wqflask/templates/show_trait_edit_data.html @@ -1,20 +1,22 @@
-
- - - - - -
- {% for sample_type in sample_groups %} +
+
+ +
+
+ + + +
+
{% set outer_loop = loop %}
-

{{ sample_type.header }}

+

{{ sample_type.header }}

-- cgit v1.2.3