From c21825a85a782618edead562040c3854ba55b02a Mon Sep 17 00:00:00 2001 From: Gustavo Bernardo Date: Thu, 29 Sep 2016 17:27:47 -0300 Subject: [PATCH] Adding popup when trying to remove user [Issue:#6] --- users/templates/list_users.html | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/users/templates/list_users.html b/users/templates/list_users.html index 002a525..488cfbd 100644 --- a/users/templates/list_users.html +++ b/users/templates/list_users.html @@ -63,9 +63,29 @@

{% trans 'Contact' %}: {{ acc.phone }}

{% trans 'Edit' %} - {% trans 'Delete' %} + {% trans 'Delete' %}
+ + + + {% endfor %} -- libgit2 0.21.2