diff --git a/plinth/templates/index.html b/plinth/templates/index.html index 580cb3c31..2b728b462 100644 --- a/plinth/templates/index.html +++ b/plinth/templates/index.html @@ -37,12 +37,20 @@ {% endfor %} {% endblock %} - {% include "clients.html" with clients=selected_shortcut.clients enabled=True %} +
+ + +
+ {% include "clients.html" with clients=selected_shortcut.clients enabled=True %} +
+
{% endif %}