From 0cd5dd6e09788a28d7964d820ce4e726428e65f2 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Wed, 16 Dec 2020 14:37:21 -0800 Subject: [PATCH] users: Drop cancel button show submit as danger in delete page - For consistency with the rest of the interface and better UX. Signed-off-by: Sunil Mohan Adapa Reviewed-by: Veiko Aasa --- plinth/modules/users/templates/users_delete.html | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/plinth/modules/users/templates/users_delete.html b/plinth/modules/users/templates/users_delete.html index 6aad2c521..147e2252c 100644 --- a/plinth/modules/users/templates/users_delete.html +++ b/plinth/modules/users/templates/users_delete.html @@ -19,11 +19,8 @@
{% csrf_token %} - - - {% trans "Cancel" %}
{% endblock %}