You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 reference
0 commit comments