diff options
Diffstat (limited to 'ogcp/templates')
-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 %} |