PostText/templates/moderator/unlock_acct.html.ep

11 lines
235 B
Plaintext
Raw Normal View History

2023-04-21 22:25:05 -04:00
% layout 'default';
% title 'Unlock Account';
<h2><%= title %></h2>
<form method="post">
2023-04-21 23:21:12 -04:00
<div class="email field">
<%= label_for email => 'Email' %>
<%= email_field 'email' %>
</div>
2023-04-21 22:25:05 -04:00
<%= submit_button 'Unlock' %>
</form>