cartads: remove links to CERFA documents (now in another field) (#35336)

This commit is contained in:
Frédéric Péters 2019-09-17 17:14:01 +02:00
parent 2d0b749e17
commit 9c4666e28b
1 changed files with 0 additions and 5 deletions

View File

@ -5,11 +5,6 @@
{% with webservice.cartads_pieces.data as pieces %}
{% for piece in pieces %}
{% if piece.section_start %}<div class="grid-1-1 newline {{ piece.section_start|slugify }}"><h3>{{ piece.section_start }}</h3></div>{% endif %}
{% if piece.section_start == "Cerfa" %}
{% for cerfa in webservice.cartads_cerfa.data %}
<p>Télécharger : <a href="{{ cerfa.url }}">{{ cerfa.text }}</a></p>
{% endfor %}
{% endif %}
{% include "qommon/forms/widgets/includes/cartads-piece.html" with piece=piece grid="grid-1-3" only %}
{% endfor %}
{% endwith %}