date.chapril.org-framadate/tpl/poll_deleted.tpl

8 lines
276 B
Smarty
Raw Normal View History

{extends file='page.tpl'}
{block name=main}
2015-05-30 23:27:17 +02:00
<div class="alert alert-{$message->type} text-center">
<h2>{$message->message}</h2>
<p>{__('Generic', 'Back to the homepage of')} <a href="{$SERVER_URL|html}">{$APPLICATION_NAME|html}</a></p>
</div>
{/block}