projets
/
auf_rh_dae.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Routeur: Ajout temporaire des modules workflow et dae en écriture
[auf_rh_dae.git]
/
project
/
rh
/
templates
/
admin
/
rh
/
dossier
/
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 dossier
</h1>
7
{% endif %}
8
{% endblock %}