projets
/
auf_framonde.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
archives: correction du texte pour Amélie
[auf_framonde.git]
/
project
/
templates
/
403.html
1
{% extends
"base.html"
%}
2
3
{% block Contenu %}
4
<div
class
=
"text"
>
5
<h1><span
style
=
"color:grey;"
>
403
</span>
Oups!
</h1>
6
<p>
Désolé. Vous n'avez pas la permission de consulter cette page.
<br><br>
7
Appuyez sur le bouton de retour en arrière de votre navigateur.
</p>
8
</div>
9
{% endblock %}