|
@@ -29,7 +29,7 @@
|
|
<div class="feature ">
|
|
<div class="feature ">
|
|
|
|
|
|
{% if rapport.couverture and rapport.pdf %}
|
|
{% if rapport.couverture and rapport.pdf %}
|
|
- <a href="{{page.media[rapport.pdf].url|e }}" download >
|
|
|
|
|
|
+ <a href="{{page.media[rapport.pdf].url|e }}" target="_blank" >
|
|
<img src="{{page.media[rapport.couverture].url|e }}" alt="couverture du {{rapport.titre_du_rapport}}" />
|
|
<img src="{{page.media[rapport.couverture].url|e }}" alt="couverture du {{rapport.titre_du_rapport}}" />
|
|
{% endif %}
|
|
{% endif %}
|
|
{% if rapport.titre_du_rapport %}
|
|
{% if rapport.titre_du_rapport %}
|