projets
/
auf_rh_dae.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
WIP, Modification des apercus
[auf_rh_dae.git]
/
project
/
rh
/
templates
/
rh
/
include
/
pieces.html
diff --git
a/project/rh/templates/rh/include/pieces.html
b/project/rh/templates/rh/include/pieces.html
index
6247205
..
c2f69f8
100644
(file)
--- a/
project/rh/templates/rh/include/pieces.html
+++ b/
project/rh/templates/rh/include/pieces.html
@@
-8,7
+8,7
@@
{% for p in pieces %}
<tr>
<th>{{ p }}</th>
- <th><a href="{{ media }}{{ p.fichier }}">Télécharger</a></th>
+ <th><a href="{{ media_url }}{{ p.fichier }}">Télécharger</a></th>
</tr>
{% endfor %}
</table>