summaryrefslogtreecommitdiffstats
path: root/ogcp/templates/actions/image_restore.html
diff options
context:
space:
mode:
authorJose M. Guisado <jguisado@soleta.eu>2021-02-24 12:21:21 +0100
committerJose M. Guisado <jguisado@soleta.eu>2021-03-05 11:43:05 +0100
commit45af740c1f3b012399fe00df9cdac9d8257913f3 (patch)
tree25aad5701fa16d3b693bf589a883c3197b06750d /ogcp/templates/actions/image_restore.html
parent2b761064753d03f26593efe33797e9d2e9c676b3 (diff)
Cosmetic enhacements
* Use validate_ips and flashed messages for some more actions. * Use extra_classes in quick_form macro to add bootstrap classes to rendered forms
Diffstat (limited to 'ogcp/templates/actions/image_restore.html')
-rw-r--r--ogcp/templates/actions/image_restore.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/ogcp/templates/actions/image_restore.html b/ogcp/templates/actions/image_restore.html
index bbc760a..cf50b43 100644
--- a/ogcp/templates/actions/image_restore.html
+++ b/ogcp/templates/actions/image_restore.html
@@ -6,6 +6,8 @@
{{ wtf.quick_form(form,
action=url_for('action_image_restore'),
method='post',
- button_map={'restore': 'primary'}) }}
+ button_map={'restore': 'primary'},
+ extra_classes='m-5') }}
+
{% endblock %}