Skip to content

Commit e9f04f4

Browse files
committed
Merge branch '7.3' into 7.4
* 7.3: Fix a reference to third-party bundles templates dir
2 parents a2aa1ff + 4219ff8 commit e9f04f4

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
@@ -1513,8 +1513,8 @@ Bundle Templates
15131513
~~~~~~~~~~~~~~~~
15141514

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

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

0 commit comments

Comments
 (0)