mirror of
https://framagit.org/framasoft/framadate/framadate
synced 2026-01-23 10:15:16 +00:00
16 lines
698 B
Smarty
16 lines
698 B
Smarty
{extends 'admin/admin_page.tpl'}
|
|
|
|
{block 'admin_main'}
|
|
{if $message}
|
|
<div class="alert alert-dismissible alert-info" role="alert">{$message|html}<button type="button" class="close" data-dismiss="alert" aria-label="{t('Generic', 'Close')}"><span aria-hidden="true">×</span></button></div>
|
|
{/if}
|
|
<form action="" method="POST">
|
|
<input type="hidden" name="csrf" value="{$crsf}"/>
|
|
<div class="text-center">
|
|
<button type="submit" name="action" value="purge" class="btn btn-danger">
|
|
{t('Admin', 'Purge the polls')}
|
|
<i class="fa fa-fire" aria-hidden="true"></i>
|
|
</button>
|
|
</div>
|
|
</form>
|
|
{/block}
|