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 b4c3601..b19690e 100644 --- a/ogcp/templates/actions/delete_room.html +++ b/ogcp/templates/actions/delete_room.html @@ -8,7 +8,7 @@ {% block nav_room_delete %} active{% endblock %} {% block content %} -<h1 class="m-5">{{_('Delete room')}}</h1> +<h2 class="mx-5 subhead-heading">{{_('Delete room')}}</h2> {% if children %} <p class="text-left mx-5">The following room and its content will be deleted</p> |