Commit | Line | Data |
---|---|---|
6f2d5d58 | 1 | {% extends 'base.html' %} |
2 | ||
a16928b9 | 3 | {% block title %}RH - Recrutement{% endblock %} |
4 | {% block sous_titre %}Recrutement{% endblock %} | |
6f2d5d58 | 5 | |
6 | {% block main %} | |
7 | <h1>Recrutement</h1> | |
8 | ||
9 | <p> | |
a16928b9 | 10 | Application de gestion du recrutement. |
6f2d5d58 | 11 | </p> |
12 | ||
13 | {% endblock %} | |
14 |