Skip to content

Commit 1401405

Browse files
committed
Merge branch '6.4' into 7.0
* 6.4: Fix wrong form name
2 parents 0645193 + ef0934d commit 1401405

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

form/dynamic_form_modification.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ field according to the current selection in the ``sport`` field:
546546
.. code-block:: html+twig
547547

548548
{# templates/meetup/create.html.twig #}
549-
{{ form_start(form, { attr: { id: 'supply_history_form' } }) }}
549+
{{ form_start(form, { attr: { id: 'sport_meetup_form' } }) }}
550550
{{ form_row(form.sport) }} {# <select id="meetup_sport" ... #}
551551
{{ form_row(form.position) }} {# <select id="meetup_position" ... #}
552552
{# ... #}

0 commit comments

Comments
 (0)