summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/group.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/group.html b/templates/group.html
index faf75eb..4a2d6e1 100644
--- a/templates/group.html
+++ b/templates/group.html
@@ -19,7 +19,7 @@
{% endif %}
</div>
- {% if not public_view and group.public %}
+ {% if group.public %}
<div class="panel-footer text-center">
This group is public viewable.
</div>