summaryrefslogtreecommitdiffstats
path: root/templates/group_change.html
diff options
context:
space:
mode:
authorAlexander Sulfrian <alex@spline.inf.fu-berlin.de>2016-01-10 23:15:48 +0100
committerAlexander Sulfrian <alex@spline.inf.fu-berlin.de>2016-01-10 23:15:48 +0100
commitdc13ffa2d9268b952ddd307ea515dc82d218222e (patch)
treee651abb364e0adabb93dad1fb488967587258c61 /templates/group_change.html
parent326e9e0ae16343cb31defd4710ff6b76c079bfdf (diff)
downloadpadlite-teams-dc13ffa2d9268b952ddd307ea515dc82d218222e.tar.gz
padlite-teams-dc13ffa2d9268b952ddd307ea515dc82d218222e.tar.bz2
padlite-teams-dc13ffa2d9268b952ddd307ea515dc82d218222e.zip
templates: Code style
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>