diff options
author | zsloan | 2022-05-19 20:02:59 +0000 |
---|---|---|
committer | zsloan | 2022-06-16 18:39:35 +0000 |
commit | 2168d7942dc8db8a92689042e4028904e84cb046 (patch) | |
tree | f16b53dbbd96fa8a146e4997697abdd9715426f3 /wqflask | |
parent | 9e6e76e53c6c4664265e9040c05944237e052d93 (diff) | |
download | genenetwork2-2168d7942dc8db8a92689042e4028904e84cb046.tar.gz |
Include json version of collection trait list, so it can be passed directly to DataTables
Diffstat (limited to 'wqflask')
-rw-r--r-- | wqflask/wqflask/collect.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wqflask/wqflask/collect.py b/wqflask/wqflask/collect.py index 891da437..b46e1859 100644 --- a/wqflask/wqflask/collect.py +++ b/wqflask/wqflask/collect.py @@ -285,6 +285,7 @@ def view_collection(): else: return render_template( "collections/view.html", + traits_json=json_version, trait_info_str=trait_info_str, **collection_info) |