projets
/
auf_rh_dae.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
fix related_name + accueil
[auf_rh_dae.git]
/
project
/
rh
/
templates
/
rh
/
index.html
1
{% extends 'base.html' %}
2
3
{% block title %}Ressources humaines{% endblock %}
4
5
{% block content %}
6
Gestion des ressources humaines.
7
{% endblock %}