Initial commit
Cette révision appartient à :
révision
793bb6a488
182 fichiers modifiés avec 17153 ajouts et 0 suppressions
19
templates/403.html
Fichier normal
19
templates/403.html
Fichier normal
|
|
@ -0,0 +1,19 @@
|
|||
{% extends "base.html" %}
|
||||
|
||||
{% block title %}Accès non autorisé{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<div id="container">
|
||||
<h2>Oups !!!</h2>
|
||||
{% if exception %}
|
||||
<h5>{{ exception }}</h5>
|
||||
{% else %}
|
||||
<p>Vous n'avez pas la permission d'accéder au contenu de cette page.</p>
|
||||
{% endif %}
|
||||
<p>
|
||||
<form>
|
||||
<input type="button" value="Retour!" onclick="history.back()">
|
||||
</form></p>
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
||||
Chargement…
Ajouter une table
Ajouter un lien
Référencer dans un nouveau ticket