summaryrefslogtreecommitdiffstats
path: root/ogcp/templates/actions/add_room.html
diff options
context:
space:
mode:
Diffstat (limited to 'ogcp/templates/actions/add_room.html')
-rw-r--r--ogcp/templates/actions/add_room.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/ogcp/templates/actions/add_room.html b/ogcp/templates/actions/add_room.html
index d71261d..5eedf4e 100644
--- a/ogcp/templates/actions/add_room.html
+++ b/ogcp/templates/actions/add_room.html
@@ -8,7 +8,7 @@
{% block nav_room_add %} active{% endblock %}
{% block content %}
-<h1 class="m-5">{{_('Add room')}}</h1>
+<h2 class="mx-5 subhead-heading">{{_('Add room')}}</h2>
{{ wtf.quick_form(form,
action=url_for('action_room_add'),