<%= gettext "Password" %>

<%= form_for @changeset, password_path(@conn, :update), [class: "update-password", novalidate: true], fn f -> %> <%= if @changeset.action do %>

<%= gettext "Oops, something went wrong! Please check the errors below." %>

<% end %>
<%= input f, :password, as: :password %>
<%= submit gettext("Update Password"), class: "btn btn-primary" %>
<% end %>