Skip to content

Commit 97a3616

Browse files
committed
minor #9276 Fixed a minor error in form collections example (javiereguiluz)
This PR was merged into the 2.7 branch. Discussion ---------- Fixed a minor error in form collections example This fixes #9272. Commits ------- 4b550e8 Fixed a minor error in form collections example
2 parents 1f73a5b + 4b550e8 commit 97a3616

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/forms/types/collection.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,9 +206,9 @@ And update the template as follows:
206206
{% endfor %}
207207
</ul>
208208
209-
<a href="#"
209+
<a href="#"
210210
class="add-another-collection-widget"
211-
data-list="#email-field-list">Add another email</a>
211+
data-list="#email-fields-list">Add another email</a>
212212

213213
{# ... #}
214214
{{ form_end(form) }}

0 commit comments

Comments
 (0)