From 8cde6ac47acd332ede0738c266e2dad80358fed0 Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Nov 26 2019 23:24:15 +0000 Subject: swap "Add" and "Cancel" button ordering for access management Prior to this change, the "Cancel" button was much too close to the place where users click to select an access level. This made it too easy for users to accidentally click the "Cancel" button after quickly clicking on all the other interface choices. Move the "Add" button to the left so that it is directly below the dropdown input field. --- diff --git a/pagure/templates/add_group_project.html b/pagure/templates/add_group_project.html index e69d19e..0fdd20e 100644 --- a/pagure/templates/add_group_project.html +++ b/pagure/templates/add_group_project.html @@ -36,8 +36,8 @@

- + {{ form.csrf_token }}

diff --git a/pagure/templates/add_user.html b/pagure/templates/add_user.html index a4bd4e8..e5acd4a 100644 --- a/pagure/templates/add_user.html +++ b/pagure/templates/add_user.html @@ -34,8 +34,8 @@

- + {{ form.csrf_token }}