projets
/
auf_rh_dae.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
start import DAE->RH
[auf_rh_dae.git]
/
project
/
rh
/
templates
/
admin
/
rh
/
dossier
/
change_list.html
1
{% extends
"admin/change_list.html"
%}
2
3
{% block object-tools-items %}
4
<li>
5
<a
href
=
"add/{% if is_popup %}?_popup=1{% endif %}"
class
=
"addlink"
>
6
Ajouter Dossier
7
</a>
8
</li>
9
<li>
10
<a
href
=
"{% url importer_dae %}"
class
=
"addlink"
>
11
Importer une DAE
12
</a>
13
</li>
14
{% endblock %}