Skip to content

Commit c804e76

Browse files
kikminevjaviereguiluz
authored andcommitted
Fix wrong form name
1 parent 42b67d8 commit c804e76

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)