From 6b3b37e2f34e6eb9bbc29c458525eb4c2b07d059 Mon Sep 17 00:00:00 2001 From: Javier Sánchez Parra Date: Tue, 8 Mar 2022 11:14:10 +0100 Subject: Remove "form" from scopes views' headings --- 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 396e332..5e52752 100644 --- a/ogcp/templates/actions/add_center.html +++ b/ogcp/templates/actions/add_center.html @@ -5,7 +5,7 @@ {% block nav_center_add %} active{% endblock %} {% block content %} -

{{_('Add center form')}}

+

{{_('Add center')}}

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