projets
/
auf_rh_dae.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Poste, Employé, Dossier : unicode de l'objet édité à mettre en titre
[auf_rh_dae.git]
/
project
/
rh
/
templates
/
admin
/
rh
/
employe
/
change_form.html
1
{% extends
"admin/change_form.html"
%}
2
{% block content_title %}
3
{% if original.pk %}
4
<h1>
{{ original }}
</h1>
5
{% else %}
6
<h1>
Ajout Employé
</h1>
7
{% endif %}
8
{% endblock %}