diff options
Diffstat (limited to 'ogcp/templates/actions/add_server.html')
-rw-r--r-- | ogcp/templates/actions/add_server.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ogcp/templates/actions/add_server.html b/ogcp/templates/actions/add_server.html index c86dcba..6509ce4 100644 --- a/ogcp/templates/actions/add_server.html +++ b/ogcp/templates/actions/add_server.html @@ -7,7 +7,7 @@ {% block nav_server_add %}active{% endblock %} {% block content %} -<h1 class="m-5">{{_('Add a server')}}</h1> +<h2 class="mx-5 subhead-heading">{{_('Add a server')}}</h2> {{ wtf.quick_form(form, action=url_for('server_add_post'), |