Fix twig template, remove ul tag

This commit is contained in:
Julie Lenaerts 2024-10-01 14:08:35 +02:00
parent 06cb3ddcd1
commit e6102d339b

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>
{% endif %}
{% endfor %}
</ul>
</dl>
{% endif %}
{% endif %}