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