2014-12-23 09:48:58 +01:00
|
|
|
{extends file='page.tpl'}
|
|
|
|
|
|
|
|
{block name=main}
|
|
|
|
<div class="alert alert-success text-center">
|
2015-03-30 15:19:56 +02:00
|
|
|
<h2>{__('adminstuds', 'The poll has been deleted')}</h2>
|
|
|
|
<p>{__('Generic', 'Back to the homepage of')} <a href="{$SERVER_URL|html}">{$APPLICATION_NAME|html}</a></p>
|
2014-12-23 09:48:58 +01:00
|
|
|
</div>
|
|
|
|
{/block}
|