diff --git a/plinth/modules/users/templates/users_list.html b/plinth/modules/users/templates/users_list.html index 9f3e54335..edf6ee28f 100644 --- a/plinth/modules/users/templates/users_list.html +++ b/plinth/modules/users/templates/users_list.html @@ -6,18 +6,6 @@ {% load bootstrap %} {% load i18n %} -{% block page_head %} - -{% endblock %} - {% block configuration %}

{% trans "Users" %}

@@ -32,29 +20,29 @@
-
+
{% for user in object_list %} -
- {% if user.username != last_admin_user %} - - - - {% endif %} - - + {{ user.username }} {% if not user.is_active %} - {% endif %} + + {% if user.username != last_admin_user %} + + + + {% endif %}
{% endfor %}