projets
/
auf_rh_dae.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[#2241] Changé la gestion des uploads pour utiliser django-sendfile
[auf_rh_dae.git]
/
project
/
dae
/
templates
/
dae
/
embauche_consulter.html
diff --git
a/project/dae/templates/dae/embauche_consulter.html
b/project/dae/templates/dae/embauche_consulter.html
index
14ac475
..
d7c85d3
100644
(file)
--- a/
project/dae/templates/dae/embauche_consulter.html
+++ b/
project/dae/templates/dae/embauche_consulter.html
@@
-86,7
+86,7
@@
<h2>Pièces jointes</h2>
<ul>
{% for pj in dossier.dossierpiece_set.all %}
- <li><a href="{{ pj.fichier.url }}" target="_blank">{{ pj.nom }}</a></li>
+ <li><a href="{% url dossier_piece pj.id %}">{{ pj.nom }}</a></li>
{% endfor %}
</ul>