Skip to content

Commit b390ed4

Browse files
arthur-norajaviereguiluz
authored andcommitted
FOSUserBundle overwritten
I had to use "FOSUser" and not "FOSUserBundle" when overwriting the The Default login.html.twig
1 parent b14e126 commit b390ed4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bundles/override.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ extend from the original template, not from the overridden one:
4545
4646
{# templates/bundles/FOSUserBundle/Registration/confirmed.html.twig #}
4747
{# the special '!' prefix avoids errors when extending from an overridden template #}
48-
{% extends "@!FOSUserBundle/Registration/confirmed.html.twig" %}
48+
{% extends "@!FOSUser/Registration/confirmed.html.twig" %}
4949
5050
{% block some_block %}
5151
...

0 commit comments

Comments
 (0)