Commit 4a9467e
committed
bug #11251 Fix template name reference (stoccc)
This PR was merged into the 4.2 branch.
Discussion
----------
Fix template name reference
As written here https://symfony.com/doc/current/templating.html#referencing-templates-in-a-bundle
it seems that `{% extends "@!FOSUserBundle/Registration/confirmed.html.twig" %}` is not correct.
> @AcmeBlog/Blog/index.html.twig: This syntax is used to specify a template for a specific page. The three parts of the string, each
> separated by a slash (/), mean the following:
>
> @AcmeBlog: is the bundle name **without** the Bundle suffix. This template lives in the AcmeBlogBundle (e.g. src/Acme/BlogBundle);
<!--
If your pull request fixes a BUG, use the oldest maintained branch that contains
the bug (see https://symfony.com/roadmap for the list of maintained branches).
If your pull request documents a NEW FEATURE, use the same Symfony branch where
the feature was introduced (and `master` for features of unreleased versions).
-->
Commits
-------
2511d35 Fix template reference1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
0 commit comments