diff options
author | Javier Sánchez Parra <jsanchez@soleta.eu> | 2022-03-04 11:31:02 +0100 |
---|---|---|
committer | Javier Sánchez Parra <jsanchez@soleta.eu> | 2022-03-07 16:39:12 +0100 |
commit | 632bb3d57871b6e020c287eaf5e9b1cdf837f486 (patch) | |
tree | b9abe4ad53554abb839b445fecf54c8690aa09ee | |
parent | cc533aa3cc3844f587451ae357573deb8ed3f62e (diff) |
Add separator and heading to selected clients
-rw-r--r-- | ogcp/templates/macros.html | 1 |
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 %} |