projets
/
auf_rh_dae.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
ergo : block titre vient de settings
[auf_rh_dae.git]
/
project
/
rh
/
templates
/
rh
/
perso.html
Commit
Line
Data
a9faef67
1
{% extends 'base.html' %}
2
3
{% block title %}RH - {{ employe }}{% endblock %}
a9faef67
4
{% block sous_titre %}Espace personnel{% endblock %}
5
6
{% block main %}
7
<h1>{{ employe }}</h1>
8
9
Infos personnelles.
10
{% endblock %}
11