Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 97a3616

Browse filesBrowse 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
Copy full SHA for 97a3616

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎reference/forms/types/collection.rst

Copy file name to clipboardExpand all lines: reference/forms/types/collection.rst
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.