Skip to content

Commit de95161

Browse files
committed
Merge branch '7.0' into 7.1
* 7.0: Fix wrong form name
2 parents 6488067 + 1401405 commit de95161

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)