summaryrefslogtreecommitdiffstats
path: root/ogcp
diff options
context:
space:
mode:
authorJavier Sánchez Parra <jsanchez@soleta.eu>2022-03-04 11:31:02 +0100
committerJavier Sánchez Parra <jsanchez@soleta.eu>2022-03-07 16:39:12 +0100
commit632bb3d57871b6e020c287eaf5e9b1cdf837f486 (patch)
treeb9abe4ad53554abb839b445fecf54c8690aa09ee /ogcp
parentcc533aa3cc3844f587451ae357573deb8ed3f62e (diff)
Add separator and heading to selected clients
Diffstat (limited to 'ogcp')
-rw-r--r--ogcp/templates/macros.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/ogcp/templates/macros.html b/ogcp/templates/macros.html
index 745b154..5cfeba7 100644
--- a/ogcp/templates/macros.html
+++ b/ogcp/templates/macros.html
@@ -50,6 +50,7 @@
{% endmacro %}
{% macro selected_clients() -%}
+<hr><h2>{{_('Selected clients')}}</h2>
<div id="selected-clients" class="d-flex flex-wrap justify-content-center"></div>
{% endmacro %}