Fix twig template, remove ul tag

This commit is contained in:
Julie Lenaerts 2024-10-01 14:08:35 +02:00
parent a47c8d916b
commit 77ece243c0

View File

@ -253,7 +253,6 @@ This view should receive those arguments:
<dd>{% if el.description is not empty %}{{ el.description }}&nbsp;:&nbsp;{% endif %}<a href="tel:{{ el.phonenumber|phone_number_format('E164') }}">{{ el.phonenumber|chill_format_phonenumber }}</a></dd> <dd>{% if el.description is not empty %}{{ el.description }}&nbsp;:&nbsp;{% endif %}<a href="tel:{{ el.phonenumber|phone_number_format('E164') }}">{{ el.phonenumber|chill_format_phonenumber }}</a></dd>
{% endif %} {% endif %}
{% endfor %} {% endfor %}
</ul>
</dl> </dl>
{% endif %} {% endif %}
{% endif %} {% endif %}