summaryrefslogtreecommitdiffstats
path: root/ogcp/templates/actions/wol.html
diff options
context:
space:
mode:
Diffstat (limited to 'ogcp/templates/actions/wol.html')
-rw-r--r--ogcp/templates/actions/wol.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/ogcp/templates/actions/wol.html b/ogcp/templates/actions/wol.html
index 27bb3d3..61494f9 100644
--- a/ogcp/templates/actions/wol.html
+++ b/ogcp/templates/actions/wol.html
@@ -6,6 +6,7 @@
{{ wtf.quick_form(form,
action=url_for('action_wol'),
method='post',
- button_map={'submit': 'primary'}) }}
+ button_map={'submit': 'primary'},
+ extra_classes='m-5')}}
{% endblock %}