문제

I'm trying to modify the skin of the register.html.twig template found in FOSUserBundle/Resources/views/Registration/register.html.twig.

I've basically followed the instructions in the documentation down to a T.

  1. Like it told to do so, I created /app/Resources/views/FOSUserBundle/views/Registration/register.html.twig.

  2. Cleared the cache (and browser cache just to be sure)

NO effect! I've put a blank file in register.html.twig, but no matter what I put there, when I go to /register/, I still see the default template.

도움이 되었습니까?

해결책

Yep, these things happen all the time.

It should be:

/app/Resources/FOSUserBundle/views/Registration/register.html.twig

Reference

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top