summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/group.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/group.html b/templates/group.html
index d364b10..c6a83d1 100644
--- a/templates/group.html
+++ b/templates/group.html
@@ -43,6 +43,10 @@
<div id="collapseOperations" class="panel-collapse collapse in">
<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>
+ </p>
+
+ <p class="col-lg-offset-2 col-lg-8">
<a href="{{ url_for('group_delete', group_name=group.name) }}" class="btn btn-block btn-danger">Delete this group</a>
</p>
</div>