projets
/
auf_django_skin.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
1.1
[auf_django_skin.git]
/
auf
/
django
/
skin
/
templates
/
404.html
Commit
Line
Data
6a6650bf
OL
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 %}