<%- # License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later # Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE -%>

Send Confirmation Email

In order to confirm your account, enter your email address below to receive an email with a confirmation link.

<%= form_for(resource, :as => resource_name, :url => confirmation_path(resource_name), :html => { :method => :post }) do |f| %>

<%= devise_error_messages! %>

<%= f.email_field :email, :value => (current_user ? current_user.email : ''), :class => 'u-margin--10' %>
<% end %>