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