summaryrefslogtreecommitdiffstats
path: root/templates/group_change.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/group_change.html')
-rw-r--r--templates/group_change.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/group_change.html b/templates/group_change.html
index 24cefa4..0c62f70 100644
--- a/templates/group_change.html
+++ b/templates/group_change.html
@@ -14,7 +14,9 @@
{% endfor %}
<div class="form-group">
<div class="col-lg-10 col-lg-offset-2">
- <button type="submit" class="btn btn-primary">Save group</button>
+ <button type="submit" class="btn btn-primary">
+ Save group
+ </button>
</div>
</div>
</form>