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'), diff --git a/ogcp/templates/actions/add_room.html b/ogcp/templates/actions/add_room.html index 0a51fa9..a925116 100644 --- a/ogcp/templates/actions/add_room.html +++ b/ogcp/templates/actions/add_room.html @@ -5,7 +5,7 @@ {% block nav_room_add %} active{% endblock %} {% block content %} -

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

+

{{_('Add room')}}

{{ wtf.quick_form(form, action=url_for('action_room_add'), diff --git a/ogcp/templates/actions/delete_center.html b/ogcp/templates/actions/delete_center.html index 668bf9c..d8c0c31 100644 --- a/ogcp/templates/actions/delete_center.html +++ b/ogcp/templates/actions/delete_center.html @@ -5,7 +5,7 @@ {% block nav_center_delete %} active{% endblock %} {% block content %} -

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

+

{{_('Delete center')}}

{{ wtf.quick_form(form, action=url_for('action_center_delete'), diff --git a/ogcp/templates/actions/delete_room.html b/ogcp/templates/actions/delete_room.html index fffb25d..ae4ca40 100644 --- a/ogcp/templates/actions/delete_room.html +++ b/ogcp/templates/actions/delete_room.html @@ -5,7 +5,7 @@ {% block nav_room_delete %} active{% endblock %} {% block content %} -

{{_('Delete room form')}}

+

{{_('Delete room')}}

{{ wtf.quick_form(form, action=url_for('action_room_delete'),