Fix message when delete a poll
This commit is contained in:
parent
50f3088422
commit
d365f18c01
@ -1,8 +1,8 @@
|
|||||||
{extends file='page.tpl'}
|
{extends file='page.tpl'}
|
||||||
|
|
||||||
{block name=main}
|
{block name=main}
|
||||||
<div class="alert alert-success text-center">
|
<div class="alert alert-{$message->type} text-center">
|
||||||
<h2>{$message}</h2>
|
<h2>{$message->message}</h2>
|
||||||
<p>{__('Generic', 'Back to the homepage of')} <a href="{$SERVER_URL|html}">{$APPLICATION_NAME|html}</a></p>
|
<p>{__('Generic', 'Back to the homepage of')} <a href="{$SERVER_URL|html}">{$APPLICATION_NAME|html}</a></p>
|
||||||
</div>
|
</div>
|
||||||
{/block}
|
{/block}
|
Loading…
Reference in New Issue
Block a user