diff options
Diffstat (limited to 'ogcp/templates/actions/delete_image.html')
-rw-r--r-- | ogcp/templates/actions/delete_image.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ogcp/templates/actions/delete_image.html b/ogcp/templates/actions/delete_image.html index 4f3c436..3eeab42 100644 --- a/ogcp/templates/actions/delete_image.html +++ b/ogcp/templates/actions/delete_image.html @@ -8,9 +8,9 @@ {{ args }} -<h1 class="m-5"> +<h2 class="mx-5 subhead-heading"> {{ _('Delete image %(image_name)s', image_name=image_name) }} -</h1> +</h2> {{ wtf.quick_form(form, action=url_for('action_image_delete'), |