Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion form/form_collections.rst
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,7 @@ the relationship between the removed ``Tag`` and ``Task`` object.
The Symfony community has created some JavaScript packages that provide the
functionality needed to add, edit and delete elements of the collection.
Check out the `@a2lix/symfony-collection`_ package for modern browsers and
the `symfony-collection`_ package based on `jQuery`_ for the rest of browsers.
the `symfony-collection`_ package based on jQuery for the rest of browsers.

.. _`Owning Side and Inverse Side`: https://www.doctrine-project.org/projects/doctrine-orm/en/current/reference/unitofwork-associations.html
.. _`JSFiddle`: https://jsfiddle.net/ey8ozh6n/
Expand Down
2 changes: 1 addition & 1 deletion form/form_customization.rst
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ Renders any errors for the given field.

In the Bootstrap 4 form theme, ``form_errors()`` is already included in
``form_label()``. Read more about this in the
:ref:`Bootstrap 4 theme documentation <reference-forms-bootstrap5-error-messages>`.
:ref:`Bootstrap 4 theme documentation <reference-forms-bootstrap4-error-messages>`.

.. _reference-forms-twig-widget:

Expand Down