Resend unlock instructions
<%= form_for :user, ~p"/unlocks", fn f -> %>
<%= email_input(f, :email, placeholder: "Email", class: "input", required: true) %>
<%= render(PhilomenaWeb.CaptchaView, "_captcha.html", name: "unlock", conn: @conn) %>
<%= submit("Resend unlock instructions", class: "button") %>
<% end %>