diff options
Diffstat (limited to 'ogcp/templates/actions/import_clients.html')
-rw-r--r-- | ogcp/templates/actions/import_clients.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ogcp/templates/actions/import_clients.html b/ogcp/templates/actions/import_clients.html index fc852d3..32d8749 100644 --- a/ogcp/templates/actions/import_clients.html +++ b/ogcp/templates/actions/import_clients.html @@ -8,7 +8,7 @@ {% block nav_clients_import %}active{% endblock %} {% block content %} -<h1 class="m-5">{{_('Import clients')}}</h1> +<h2 class="mx-5 subhead-heading">{{_('Import clients')}}</h2> {{ wtf.quick_form(form, action=url_for('action_clients_import_post'), |