projets
/
auf_django_skin.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
1.1
[auf_django_skin.git]
/
auf
/
django
/
skin
/
templates
/
404.html
1
{% extends
"base.html"
%}
2
3
{% block sous_titre %}Erreur
404
{% endblock %}
4
5
{% block main %}
6
7
<h1>
Erreur
404
</h1>
8
9
<h2>
Cette page n'existe pas.
<h2>
10
11
{% endblock %}