Skip to content

Commit 16f868c

Browse files
committed
minor #21141 [Bundles][Templating] Fix a reference to third-party bundles templates dir (javiereguiluz)
This PR was merged into the 6.4 branch. Discussion ---------- [Bundles][Templating] Fix a reference to third-party bundles templates dir Fixes #21094. Commits ------- bf3b463 Fix a reference to third-party bundles templates dir
2 parents 9ad93fa + bf3b463 commit 16f868c

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
@@ -1486,8 +1486,8 @@ Bundle Templates
14861486
~~~~~~~~~~~~~~~~
14871487

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

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

0 commit comments

Comments
 (0)