summaryrefslogtreecommitdiffstats
path: root/ogcp/templates/macros.html
diff options
context:
space:
mode:
authorAlejandro Sirgo Rica <asirgo@soleta.eu>2024-09-17 13:18:57 +0200
committerAlejandro Sirgo Rica <asirgo@soleta.eu>2024-09-17 13:18:57 +0200
commit9bf161fc7a4e1b1372fcf32977dc3068f9eba8b1 (patch)
treef5d7ead4c11462b857279066bd88755ab790826a /ogcp/templates/macros.html
parent19295f8158e6bd91dc58e1fce6fc2607d5db1c6c (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/macros.html')
-rw-r--r--ogcp/templates/macros.html2
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' %}