mirror of
https://framagit.org/framasoft/framadate/framadate
synced 2026-01-23 02:14:06 +00:00
8 lines
No EOL
276 B
Smarty
8 lines
No EOL
276 B
Smarty
{extends file='page.tpl'}
|
|
|
|
{block name=main}
|
|
<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} |