From 55d923431d45e1388227d45ecd11c01ab8a7a824 Mon Sep 17 00:00:00 2001 From: "Jose M. Guisado" Date: Tue, 16 Feb 2021 13:21:24 +0000 Subject: Add some minor cosmetic changes This commit may serve for future reference as to how some cosmetic changes have been applied to the web. Primarily using bootstrap classes in order to adjust margin or padding, there are mechanisms that allow modifying the class of an underlying html element in WTForms. Bootstrap classes are written directly in html templates for Flask. Also add a Soleta branded footer. --- ogcp/templates/actions/wol.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ogcp/templates/actions/wol.html') 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 %} -- cgit v1.2.3-18-g5258