diff options
Diffstat (limited to 'ogcp/templates/actions/add_center.html')
-rw-r--r-- | ogcp/templates/actions/add_center.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 %} -<h1 class="m-5">{{_('Add center form')}}</h1> +<h1 class="m-5">{{_('Add center')}}</h1> {{ wtf.quick_form(form, action=url_for('action_center_add'), |