diff options
Diffstat (limited to 'ogcp/templates/actions/room_details.html')
-rw-r--r-- | ogcp/templates/actions/room_details.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ogcp/templates/actions/room_details.html b/ogcp/templates/actions/room_details.html index 0c9d59f..3270c0d 100644 --- a/ogcp/templates/actions/room_details.html +++ b/ogcp/templates/actions/room_details.html @@ -8,7 +8,7 @@ {% block nav_room_details %} active {% endblock %} {% block content %} -<h1 class="m-5">{{_('Room details')}}</h1> +<h2 class="mx-5 subhead-heading">{{_('Room details')}}</h2> {{ wtf.quick_form(form, method='post', |