22
lib/eventos_web/templates/coherence/unlock/new.html.eex
Normal file
22
lib/eventos_web/templates/coherence/unlock/new.html.eex
Normal file
@@ -0,0 +1,22 @@
|
||||
<br \>
|
||||
|
||||
<%= form_for @conn, unlock_path(@conn, :create), [as: :unlock], fn f -> %>
|
||||
|
||||
<div class="form-group">
|
||||
<%= required_label f, dgettext("coherence", "Email"), class: "control-label" %>
|
||||
<%= text_input f, :email, class: "form-control", required: "" %>
|
||||
<%= error_tag f, :email %>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<%= required_label f, dgettext("coherence", "Password"), class: "control-label" %>
|
||||
<%= password_input f, :password, class: "form-control", required: "" %>
|
||||
<%= error_tag f, :password %>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<%= submit dgettext("coherence", "Send Instructions"), class: "btn btn-primary" %>
|
||||
<%= link dgettext("coherence", "Cancel"), to: Coherence.Config.logged_out_url("/"), class: "btn" %>
|
||||
</div>
|
||||
|
||||
<% end %>
|
||||
Reference in New Issue
Block a user