From 01aba692603c2f656510bfa3818b181fadaeac54 Mon Sep 17 00:00:00 2001 From: zsloan Date: Thu, 8 Jun 2023 16:53:45 +0000 Subject: Remove authorization restriction on viewing sample data --- wqflask/wqflask/templates/show_trait.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/wqflask/wqflask/templates/show_trait.html b/wqflask/wqflask/templates/show_trait.html index 97b613e3..4b975541 100644 --- a/wqflask/wqflask/templates/show_trait.html +++ b/wqflask/wqflask/templates/show_trait.html @@ -108,7 +108,6 @@
- {%if "group:resource:edit-resource" in trait_privileges%}
1100)%}style="min-width: {{trait_table_width|int + 30}}px;"{% endif %}>

@@ -121,7 +120,6 @@

- {%endif%} {% include 'show_trait_progress_bar.html' %} -- cgit v1.2.3