Skip to content

Commit 4b550e8

Browse files
committed
Fixed a minor error in form collections example
1 parent 1f73a5b commit 4b550e8

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)