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/add_center.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ogcp/templates/actions/add_center.html') diff --git a/ogcp/templates/actions/add_center.html b/ogcp/templates/actions/add_center.html index 1822639..78886d6 100644 --- a/ogcp/templates/actions/add_center.html +++ b/ogcp/templates/actions/add_center.html @@ -8,7 +8,7 @@ {% block nav_center_add %} active{% endblock %} {% block content %} -

{{_('Add center')}}

+

{{_('Add center')}}

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