<%= dgettext "coherence", "Send reset password link" %>

<%= form_for @changeset, password_path(@conn, :create), [as: :password], fn f -> %>
<%= required_label f, :email, class: "control-label" %> <%= text_input f, :email, class: "form-control", required: "" %> <%= error_tag f, :email %>
<%= submit dgettext("coherence", "Reset Password"), class: "btn btn-primary" %> <%= link dgettext("coherence", "Cancel"), to: Coherence.Config.logged_out_url("/"), class: "btn" %>
<% end %>