aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/web/base/admin/users/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/base/admin/users/index.html b/templates/web/base/admin/users/index.html
index 880b4a417..f48893cb0 100644
--- a/templates/web/base/admin/users/index.html
+++ b/templates/web/base/admin/users/index.html
@@ -90,7 +90,7 @@
[% END %]
-[% IF NOT searched %]
+[% IF NOT ( searched || role_selected )%]
<h2>[% loc('Add user') %]</h2>
[% INCLUDE 'admin/users/form.html', user = '' %]
[% ELSE %]