diff options
Diffstat (limited to 'ogcp/templates/actions/client_add.html')
-rw-r--r-- | ogcp/templates/actions/client_add.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ogcp/templates/actions/client_add.html b/ogcp/templates/actions/client_add.html index b1c37a5..d24c138 100644 --- a/ogcp/templates/actions/client_add.html +++ b/ogcp/templates/actions/client_add.html @@ -9,7 +9,7 @@ {% block nav_client_add %}active{% endblock %} {% block content %} -<h1 class="m-5">{{_('Add client')}}</h1> +<h2 class="mx-5 subhead-heading">{{_('Add client')}}</h2> {{ wtf.quick_form(form, method='post', |