From a2d471968594f237b45a969bb5c8eb05b6329026 Mon Sep 17 00:00:00 2001 From: mridulnagpal Date: Sun, 4 Dec 2016 12:57:20 +0530 Subject: [PATCH] user delete fix --- plinth/modules/users/templates/users_list.html | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) 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 %}