backup du projet
This commit is contained in:
9
views/error_403.tpl
Normal file
9
views/error_403.tpl
Normal file
@@ -0,0 +1,9 @@
|
||||
{extends file="views/layout.tpl"}
|
||||
|
||||
{block name="content"}
|
||||
<div class="text-center">
|
||||
<h1 class="display-1">Erreur 403</h1>
|
||||
<h2 class="display-3">Vous n'êtes pas autorisé à accéder à cette page !</h2>
|
||||
<img class="img-fluid" src="assests/img/error403.jpg">
|
||||
</div>
|
||||
{/block}
|
||||
Reference in New Issue
Block a user