about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--wqflask/wqflask/templates/show_trait.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/wqflask/templates/show_trait.html b/wqflask/wqflask/templates/show_trait.html
index bc5d75cd..c394af30 100644
--- a/wqflask/wqflask/templates/show_trait.html
+++ b/wqflask/wqflask/templates/show_trait.html
@@ -20,7 +20,7 @@
 {% block content %} <!-- Start of body -->
 
   {{flash_me()}}
-  {%if "group:resource:view-resource" in trait_privileges%}
+  {%if "group:resource:view-resource" in trait_privileges or "system:resource:public-read" in trait_privileges%}
     <div class="container">
       <h2>Trait Data and Analysis for <b>{{ this_trait.display_name }}</b></h2>
       {% if this_trait.dataset.type != 'Publish' %}