<%= t '.title' %>

<%= t '.alert' %>
<%= simple_form_for(@user, url: raddar.user_registration_path, method: :delete) do |f| %> <%= f.error_notification %> <%= f.input :password, autocomplete: :off, required: true %> <%= f.submit t('.submit'), class: 'btn btn-danger' %> <% end %>