Вопрос

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