Current section
Files
Jump to
Current section
Files
priv/templates/password/new.html.eex
<h2><%%= Haytni.Gettext.dgettext("haytni", "Forgot your password?") %></h2>
<%%= form_for @changeset, <%= inspect web_module %>.Router.Helpers.haytni_<%= scope %>_password_path(@conn, :create), [as: :password], fn f -> %>
<%%= render <%= inspect Module.concat([web_module, :Haytni, camelized_scope, "SharedView"]) %>, "keys.html", changeset: @changeset, f: f, keys: @config.reset_password_keys %>
<div class="form-group">
<%%= submit Haytni.Gettext.dgettext("haytni", "Send me reset password instructions") %>
</div>
<%%= render <%= inspect Module.concat([web_module, :Haytni, camelized_scope, "SharedView"]) %>, "links.html", assigns %>
<%% end %>