From 7cfb4cc68382572f817f6170eb52e747ab18eea5 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Wed, 27 Nov 2019 00:32:32 -0800 Subject: [PATCH] users: Move create button into users section Signed-off-by: Sunil Mohan Adapa Reviewed-by: James Valleroy --- plinth/modules/users/templates/users_list.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/plinth/modules/users/templates/users_list.html b/plinth/modules/users/templates/users_list.html index 4137f6598..c8c7d776c 100644 --- a/plinth/modules/users/templates/users_list.html +++ b/plinth/modules/users/templates/users_list.html @@ -33,18 +33,18 @@ {% endblock %} -{% block status %} - - - {% trans 'Create User' %} - -{% endblock %} - {% block configuration %}

{% trans "Users" %}

+ +