szurubooru/public_html/templates/account-removal.tpl
2014-10-18 18:48:18 +02:00

20 lines
581 B
Smarty

<div class="messages"></div>
<form class="form-wrapper account-removal">
<div class="form-row">
<label class="form-label" for="account-removal-confirmation">Confirmation:</label>
<div class="form-input">
<label for="account-removal-confirmation">
<input type="checkbox" id="account-removal-confirmation" name="confirmation"/>
I confirm that I want to delete this account.
</label>
</div>
</div>
<div class="form-row">
<label class="form-label"></label>
<div class="form-input">
<button type="submit">Delete account</button>
</div>
</div>
</form>