From eb8ddd236acac593cce7c341d84a5ab3da834aff Mon Sep 17 00:00:00 2001 From: Javier Sánchez Parra Date: Wed, 27 Apr 2022 17:19:54 +0200 Subject: Add 'Edit user' to Users section Creates "Edit user" form with the following inputs: password, password confirmation, role (administrator or regular), allowed scopes. It does no allow to change/edit the username. --- ogcp/templates/users.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ogcp/templates/users.html') diff --git a/ogcp/templates/users.html b/ogcp/templates/users.html index c14aae6..6dd056b 100644 --- a/ogcp/templates/users.html +++ b/ogcp/templates/users.html @@ -26,6 +26,8 @@ {% block commands %} + {% if btn_back %}