summaryrefslogtreecommitdiffstats
path: root/templates/group.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/group.html')
-rw-r--r--templates/group.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/group.html b/templates/group.html
index 9c53c90..4b2034f 100644
--- a/templates/group.html
+++ b/templates/group.html
@@ -18,6 +18,8 @@
</div>
</div>
+{% if not public_view %}
+
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">Members</h3>
@@ -84,4 +86,5 @@
$('#collapseOperations').collapse('hide');
</script>
{% endif %}
+{% endif %}
{% endblock %}