PostText/templates/moderator/unlock_acct.html.ep
2023-05-20 23:46:23 -04:00

11 lines
316 B
Plaintext

% layout 'default';
% title 'Unlock Account';
<h2 class="page-title"><%= title %></h2>
<form method="post" class="form-body">
<div class="form-field">
<%= label_for email => 'Email' %>
<%= email_field email => (id => 'email') %>
</div>
<button type="submit" class="form-button">Unlock</button>
</form>