From d9bd1530aa2f46c5f54ea1ec80e56ad2c6ad6efb Mon Sep 17 00:00:00 2001 From: zsloan Date: Thu, 21 Apr 2022 18:44:57 +0000 Subject: Fix issue with collection page export There were some extra spaces/newline characters in the checkbox table cell that were causing the javascript fetching trait info to not work correctly (it was trying to select the first item in the table cell, which in this case was the space/newline characters instead of the checkbox itself). Removing those characters seem to fix the export. --- wqflask/wqflask/templates/collections/view.html | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/wqflask/wqflask/templates/collections/view.html b/wqflask/wqflask/templates/collections/view.html index 6f1a9680..170a2d96 100644 --- a/wqflask/wqflask/templates/collections/view.html +++ b/wqflask/wqflask/templates/collections/view.html @@ -112,13 +112,12 @@
{% for this_trait in trait_obs %}