summaryrefslogtreecommitdiffstats
path: root/templates/group.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/group.html')
-rw-r--r--templates/group.html5
1 files changed, 1 insertions, 4 deletions
diff --git a/templates/group.html b/templates/group.html
index ec61426..7399cfd 100644
--- a/templates/group.html
+++ b/templates/group.html
@@ -117,7 +117,7 @@
</h3>
</div>
- <div id="collapseOperations" class="panel-collapse collapse in">
+ <div id="collapseOperations" class="panel-collapse collapse">
<div class="panel-body">
<p class="col-lg-offset-2 col-lg-8">
<a href="{{ url_for('group_change', group_name=group.name) }}" class="btn btn-block btn-default">Change this group</a>
@@ -129,9 +129,6 @@
</div>
</div>
</div>
- <script type="text/javascript">
- $('#collapseOperations').collapse('hide');
- </script>
{% endif %}
{% else %}{# if not membership.active #}