projets
/
auf_rh_dae.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
ergo : block titre vient de settings
[auf_rh_dae.git]
/
project
/
recrutement
/
templates
/
recrutement
/
index.html
1
{% extends 'base.html' %}
2
3
{% block title %}RH - Recrutement{% endblock %}
4
{% block sous_titre %}Recrutement{% endblock %}
5
6
{% block main %}
7
<h1>
Recrutement
</h1>
8
9
<p>
10
Application de gestion du recrutement.
11
</p>
12
13
{% endblock %}
14