szurubooru/public_html/templates/account-removal.tpl

22 lines
635 B
Smarty
Raw Normal View History

<form class="account-removal">
2014-09-05 13:50:51 +02:00
<div class="messages"></div>
<div class="form-row">
<label class="form-label" for="account-removal-confirmation">Confirmation:</label>
<div class="form-input">
<input type="hidden" name="confirmation" value="0"/>
<label for="account-removal-confirmation">
<input type="checkbox" id="account-removal-confirmation" name="confirmation" value="1"/>
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>
2014-09-05 13:50:51 +02:00
</div>
</div>
</form>