projets
/
auf_rh_dae.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
refact ergo + page perso (vide)
[auf_rh_dae.git]
/
project
/
templates
/
404.html
1
{% extends 'base.html' %}
2
3
{% block title %}RH - Erreur
404
{% endblock %}
4
{% block sous_titre %}Erreur
404
{% endblock %}
5
6
{% block main %}
7
<h1
class
=
"msgNegatif"
>
Page non trouvée
</h1>
8
9
<p>
10
La page demandée n'a pas été trouvée dans le système.
11
</p>
12
{% endblock %}