Skip to content

Commit cadf833

Browse files
committed
Merge branch '6.4' into 7.2
* 6.4: Fix a reference to third-party bundles templates dir
2 parents f062ace + 16f868c commit cadf833

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎templates.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1509,8 +1509,8 @@ Bundle Templates
15091509
~~~~~~~~~~~~~~~~
15101510

15111511
If you :ref:`install packages/bundles <symfony-flex>` in your application, they
1512-
may include their own Twig templates (in the ``Resources/views/`` directory of
1513-
each bundle). To avoid messing with your own templates, Symfony adds bundle
1512+
may include their own Twig templates (in the ``templates/`` directory of each
1513+
bundle). To avoid messing with your own templates, Symfony adds bundle
15141514
templates under an automatic namespace created after the bundle name.
15151515

15161516
For example, the templates of a bundle called ``AcmeBlogBundle`` are available

0 commit comments

Comments
 (0)