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