diff options
Diffstat (limited to 'ogcp/templates/actions')
-rw-r--r-- | ogcp/templates/actions/image_restore.html | 4 |
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 %} |