diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/views/sudo_mode/new.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/sudo_mode/new.html.erb b/app/views/sudo_mode/new.html.erb index daf63c932..86a4f74f7 100644 --- a/app/views/sudo_mode/new.html.erb +++ b/app/views/sudo_mode/new.html.erb @@ -1,5 +1,5 @@ <h2><%= l :label_password_required %></h2> -<%= form_tag({}, class: 'tabular') do %> +<%= form_tag({}, class: 'tabular', id: 'sudo-form') do %> <%= hidden_field_tag '_method', request.request_method %> <%= hash_to_hidden_fields @sudo_form.original_fields %> |