diff --git a/plinth/modules/users/templates/users_list.html b/plinth/modules/users/templates/users_list.html index c3eff18fd..35ab68f8c 100644 --- a/plinth/modules/users/templates/users_list.html +++ b/plinth/modules/users/templates/users_list.html @@ -40,13 +40,15 @@
{% for user in object_list %}
- - - + {% if object_list|length != 1 %} + + + + {% endif %}