date.chapril.org-framadate/tpl/poll_deleted.tpl
2014-12-23 09:48:58 +01:00

8 lines
260 B
Smarty

{extends file='page.tpl'}
{block name=main}
<div class="alert alert-success text-center">
<h2>{_("Your poll has been removed!")}</h2>
<p>{_('Back to the homepage of')} <a href="{$SERVER_URL}">{$APPLICATION_NAME}</a></p>
</div>
{/block}