From 5ad2d2e72c8fc02474369fac1d3a39f9b3589368 Mon Sep 17 00:00:00 2001 From: Alejandro Sirgo Rica Date: Thu, 27 Jun 2024 10:14:23 +0200 Subject: ogcp: improve page heading style Make headings take less space and have a dashed line under them. --- ogcp/templates/actions/delete_image.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ogcp/templates/actions/delete_image.html') 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 }} -

+

{{ _('Delete image %(image_name)s', image_name=image_name) }} -

+ {{ wtf.quick_form(form, action=url_for('action_image_delete'), -- cgit v1.2.3-18-g5258