Fix message when delete a poll

This commit is contained in:
Olivier PEREZ 2015-05-30 23:27:17 +02:00
parent 50f3088422
commit d365f18c01
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
{extends file='page.tpl'}
{block name=main}
<div class="alert alert-success text-center">
<h2>{$message}</h2>
<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}