8000 Fix a reference to third-party bundles templates dir · symfony/symfony-docs@bf3b463 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit bf3b463

Browse files
committed
Fix a reference to third-party bundles templates dir
1 parent 9ad93fa commit bf3b463

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)
0