summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Sulfrian <alex@spline.inf.fu-berlin.de>2016-01-12 04:48:50 +0100
committerAlexander Sulfrian <alex@spline.inf.fu-berlin.de>2016-01-12 04:48:50 +0100
commitb2cd06183fd7f4a06758f9bdd423089b111f42ff (patch)
treebf733bbf4aec830011e19294dcaca21bb2658fb2
parent23b1c8d0e09ec6056673a8a7dd6278d3d0d9cd11 (diff)
downloadpadlite-teams-b2cd06183fd7f4a06758f9bdd423089b111f42ff.tar.gz
padlite-teams-b2cd06183fd7f4a06758f9bdd423089b111f42ff.tar.bz2
padlite-teams-b2cd06183fd7f4a06758f9bdd423089b111f42ff.zip
templates: Remove reference to old variable
-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>