Skip to content

Commit 199a026

Browse files
committed
Refonte - Événements > Inscriptions - Créer/Modifier/Supprimer code review
1 parent d66642e commit 199a026

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/admin/event/ticket/form.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060

6161
<div class="ui segment">
6262
<h2 class="ui header">Transports</h2>
63-
{% if form.ticket.transportMode %}
63+
{% if event.transportInformationEnabled %}
6464
{{ form_row(form.ticket.transportMode) }}
6565
{{ form_row(form.ticket.transportDistance) }}
6666
{% else %}

0 commit comments

Comments
 (0)