diff options
Diffstat (limited to 'ogcp/templates/actions/software_list.html')
-rw-r--r-- | ogcp/templates/actions/software_list.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ogcp/templates/actions/software_list.html b/ogcp/templates/actions/software_list.html index 5b7c6cc..c3ad5db 100644 --- a/ogcp/templates/actions/software_list.html +++ b/ogcp/templates/actions/software_list.html @@ -8,7 +8,7 @@ {% block nav_inventory_software %} active{% endblock %} {% block content %} -<h1 class="m-5">{{_('Software inventory')}}</h1> +<h2 class="mx-5 subhead-heading">{{_('Software inventory')}}</h2> <h2 class="mb-3 mx-5">{{ _('Selected client:') }} {{ form.ips.data }}</h1> |