From 28d3170679f2431d7e6a243edfd3f5becf44f41f Mon Sep 17 00:00:00 2001
From: zsloan
Date: Mon, 9 Dec 2019 16:11:04 -0600
Subject: Fixed issue that caused collection list page javascript to not work
---
wqflask/wqflask/templates/collections/list.html | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
(limited to 'wqflask')
diff --git a/wqflask/wqflask/templates/collections/list.html b/wqflask/wqflask/templates/collections/list.html
index eaf54155..19aec8ae 100644
--- a/wqflask/wqflask/templates/collections/list.html
+++ b/wqflask/wqflask/templates/collections/list.html
@@ -92,9 +92,6 @@
-
-
-
@@ -107,6 +104,7 @@
}
});
},
+ "buttons": [ 'copy', 'csv', 'excel' ],
"columns": [
{ "type": "natural", "width": "3%" },
{ "type": "natural", "width": "8%" },
--
cgit v1.2.3