2016-04-09 09:52:00 +02:00
|
|
|
<div id='user-delete'>
|
|
|
|
<form>
|
2016-12-22 23:37:30 +01:00
|
|
|
<ul class='input'>
|
|
|
|
<li>
|
|
|
|
<%= ctx.makeCheckbox({
|
|
|
|
name: 'confirm-deletion',
|
|
|
|
text: 'I confirm that I want to delete this account.',
|
|
|
|
required: true,
|
|
|
|
}) %>
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
|
2016-04-10 00:24:14 +02:00
|
|
|
<div class='messages'></div>
|
|
|
|
<div class='buttons'>
|
2016-04-09 09:52:00 +02:00
|
|
|
<input type='submit' value='Delete account'/>
|
2016-04-10 00:24:14 +02:00
|
|
|
</div>
|
2016-04-09 09:52:00 +02:00
|
|
|
</form>
|
|
|
|
</div>
|