diff options
author | Alejandro Sirgo Rica <asirgo@soleta.eu> | 2024-09-17 13:18:57 +0200 |
---|---|---|
committer | Alejandro Sirgo Rica <asirgo@soleta.eu> | 2024-09-17 13:18:57 +0200 |
commit | 9bf161fc7a4e1b1372fcf32977dc3068f9eba8b1 (patch) | |
tree | f5d7ead4c11462b857279066bd88755ab790826a /ogcp/templates | |
parent | 19295f8158e6bd91dc58e1fce6fc2607d5db1c6c (diff) |
templates: reduce size of client list title
Reduce the size of the tittle message containing "Selected clients"
in the bock showing the client pills.
Diffstat (limited to 'ogcp/templates')
-rw-r--r-- | ogcp/templates/macros.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ogcp/templates/macros.html b/ogcp/templates/macros.html index 790da6d..eb673ce 100644 --- a/ogcp/templates/macros.html +++ b/ogcp/templates/macros.html @@ -92,7 +92,7 @@ {% endmacro %} {% macro selected_clients() -%} -<h2 class="mx-5 subhead-heading">{{_('Selected clients')}}</h2> +<h3 class="mx-5 subhead-heading">{{_('Selected clients')}}</h3> {% include 'client_status_leyend.html' %} |