philomena/lib/philomena_web/templates/unlock/new.html.slime

11 lines
333 B
Text
Raw Normal View History

h1 Resend unlock instructions
= form_for :user, Routes.unlock_path(@conn, :create), fn f ->
.field
= email_input f, :email, placeholder: "Email", class: "input", required: true
2020-09-12 19:43:16 +02:00
= render PhilomenaWeb.CaptchaView, "_captcha.html", name: "unlock", conn: @conn
div
= submit "Resend unlock instructions", class: "button"