aboutsummaryrefslogtreecommitdiff
path: root/wqflask
diff options
context:
space:
mode:
authorzsloan2023-06-08 16:53:45 +0000
committerzsloan2023-06-08 16:54:14 +0000
commit01aba692603c2f656510bfa3818b181fadaeac54 (patch)
tree7fc98e71b084f517992641deb8cdcd0330e4f30c /wqflask
parent0dd3d818c36b12010c27775e0a79349718364ba6 (diff)
downloadgenenetwork2-01aba692603c2f656510bfa3818b181fadaeac54.tar.gz
Remove authorization restriction on viewing sample data
Diffstat (limited to 'wqflask')
-rw-r--r--wqflask/wqflask/templates/show_trait.html2
1 files changed, 0 insertions, 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 @@
<div id="outlier_alert_placeholder"></div>
</div>
</div>
- {%if "group:resource:edit-resource" in trait_privileges%}
<div class="panel panel-default" {%if (trait_table_width|int > 1100)%}style="min-width: {{trait_table_width|int + 30}}px;"{% endif %}>
<div class="panel-heading" data-toggle="collapse" data-parent="#accordion" data-target="#collapseSix" aria-expanded="true">
<h3 class="panel-title">
@@ -121,7 +120,6 @@
</div>
</div>
</div>
- {%endif%}
</div>
{% include 'show_trait_progress_bar.html' %}
</div>