From 5887b1c86971a9de5ab0cb2ee5a41f93ce5cfe1e Mon Sep 17 00:00:00 2001 From: "Kevin Veen-Birkenbach [aka. Frantz]" Date: Thu, 2 Apr 2020 22:05:12 +0200 Subject: [PATCH] Moved templates from deprecated to correct path --- .../FOSUserBundle/views/ChangePassword/change_password.html.twig | 0 .../views/ChangePassword/change_password_content.html.twig | 0 .../bundles}/FOSUserBundle/views/Group/edit.html.twig | 0 .../bundles}/FOSUserBundle/views/Group/edit_content.html.twig | 0 .../bundles}/FOSUserBundle/views/Group/list.html.twig | 0 .../bundles}/FOSUserBundle/views/Group/list_content.html.twig | 0 .../bundles}/FOSUserBundle/views/Group/new.html.twig | 0 .../bundles}/FOSUserBundle/views/Group/new_content.html.twig | 0 .../bundles}/FOSUserBundle/views/Group/show.html.twig | 0 .../bundles}/FOSUserBundle/views/Group/show_content.html.twig | 0 .../bundles}/FOSUserBundle/views/Profile/edit.html.twig | 0 .../bundles}/FOSUserBundle/views/Profile/edit_content.html.twig | 0 .../bundles}/FOSUserBundle/views/Profile/show.html.twig | 0 .../bundles}/FOSUserBundle/views/Profile/show_content.html.twig | 0 .../FOSUserBundle/views/Registration/check_email.html.twig | 0 .../bundles}/FOSUserBundle/views/Registration/confirmed.html.twig | 0 .../bundles}/FOSUserBundle/views/Registration/email.txt.twig | 0 .../bundles}/FOSUserBundle/views/Registration/register.html.twig | 0 .../FOSUserBundle/views/Registration/register_content.html.twig | 0 .../bundles}/FOSUserBundle/views/Resetting/check_email.html.twig | 0 .../bundles}/FOSUserBundle/views/Resetting/email.txt.twig | 0 .../bundles}/FOSUserBundle/views/Resetting/request.html.twig | 0 .../FOSUserBundle/views/Resetting/request_content.html.twig | 0 .../bundles}/FOSUserBundle/views/Resetting/reset.html.twig | 0 .../FOSUserBundle/views/Resetting/reset_content.html.twig | 0 .../bundles}/FOSUserBundle/views/Security/login.html.twig | 0 .../bundles}/FOSUserBundle/views/Security/login_content.html.twig | 0 .../bundles}/FOSUserBundle/views/layout.html.twig | 0 28 files changed, 0 insertions(+), 0 deletions(-) rename application/symfony/{src/Resources => templates/bundles}/FOSUserBundle/views/ChangePassword/change_password.html.twig (100%) rename application/symfony/{src/Resources => templates/bundles}/FOSUserBundle/views/ChangePassword/change_password_content.html.twig (100%) rename application/symfony/{src/Resources => templates/bundles}/FOSUserBundle/views/Group/edit.html.twig (100%) rename application/symfony/{src/Resources => templates/bundles}/FOSUserBundle/views/Group/edit_content.html.twig (100%) rename application/symfony/{src/Resources => templates/bundles}/FOSUserBundle/views/Group/list.html.twig (100%) rename application/symfony/{src/Resources => templates/bundles}/FOSUserBundle/views/Group/list_content.html.twig (100%) rename application/symfony/{src/Resources => templates/bundles}/FOSUserBundle/views/Group/new.html.twig (100%) rename application/symfony/{src/Resources => templates/bundles}/FOSUserBundle/views/Group/new_content.html.twig (100%) rename application/symfony/{src/Resources => templates/bundles}/FOSUserBundle/views/Group/show.html.twig (100%) rename application/symfony/{src/Resources => templates/bundles}/FOSUserBundle/views/Group/show_content.html.twig (100%) rename application/symfony/{src/Resources => templates/bundles}/FOSUserBundle/views/Profile/edit.html.twig (100%) rename application/symfony/{src/Resources => templates/bundles}/FOSUserBundle/views/Profile/edit_content.html.twig (100%) rename application/symfony/{src/Resources => templates/bundles}/FOSUserBundle/views/Profile/show.html.twig (100%) rename application/symfony/{src/Resources => templates/bundles}/FOSUserBundle/views/Profile/show_content.html.twig (100%) rename application/symfony/{src/Resources => templates/bundles}/FOSUserBundle/views/Registration/check_email.html.twig (100%) rename application/symfony/{src/Resources => templates/bundles}/FOSUserBundle/views/Registration/confirmed.html.twig (100%) rename application/symfony/{src/Resources => templates/bundles}/FOSUserBundle/views/Registration/email.txt.twig (100%) rename application/symfony/{src/Resources => templates/bundles}/FOSUserBundle/views/Registration/register.html.twig (100%) rename application/symfony/{src/Resources => templates/bundles}/FOSUserBundle/views/Registration/register_content.html.twig (100%) rename application/symfony/{src/Resources => templates/bundles}/FOSUserBundle/views/Resetting/check_email.html.twig (100%) rename application/symfony/{src/Resources => templates/bundles}/FOSUserBundle/views/Resetting/email.txt.twig (100%) rename application/symfony/{src/Resources => templates/bundles}/FOSUserBundle/views/Resetting/request.html.twig (100%) rename application/symfony/{src/Resources => templates/bundles}/FOSUserBundle/views/Resetting/request_content.html.twig (100%) rename application/symfony/{src/Resources => templates/bundles}/FOSUserBundle/views/Resetting/reset.html.twig (100%) rename application/symfony/{src/Resources => templates/bundles}/FOSUserBundle/views/Resetting/reset_content.html.twig (100%) rename application/symfony/{src/Resources => templates/bundles}/FOSUserBundle/views/Security/login.html.twig (100%) rename application/symfony/{src/Resources => templates/bundles}/FOSUserBundle/views/Security/login_content.html.twig (100%) rename application/symfony/{src/Resources => templates/bundles}/FOSUserBundle/views/layout.html.twig (100%) diff --git a/application/symfony/src/Resources/FOSUserBundle/views/ChangePassword/change_password.html.twig b/application/symfony/templates/bundles/FOSUserBundle/views/ChangePassword/change_password.html.twig similarity index 100% rename from application/symfony/src/Resources/FOSUserBundle/views/ChangePassword/change_password.html.twig rename to application/symfony/templates/bundles/FOSUserBundle/views/ChangePassword/change_password.html.twig diff --git a/application/symfony/src/Resources/FOSUserBundle/views/ChangePassword/change_password_content.html.twig b/application/symfony/templates/bundles/FOSUserBundle/views/ChangePassword/change_password_content.html.twig similarity index 100% rename from application/symfony/src/Resources/FOSUserBundle/views/ChangePassword/change_password_content.html.twig rename to application/symfony/templates/bundles/FOSUserBundle/views/ChangePassword/change_password_content.html.twig diff --git a/application/symfony/src/Resources/FOSUserBundle/views/Group/edit.html.twig b/application/symfony/templates/bundles/FOSUserBundle/views/Group/edit.html.twig similarity index 100% rename from application/symfony/src/Resources/FOSUserBundle/views/Group/edit.html.twig rename to application/symfony/templates/bundles/FOSUserBundle/views/Group/edit.html.twig diff --git a/application/symfony/src/Resources/FOSUserBundle/views/Group/edit_content.html.twig b/application/symfony/templates/bundles/FOSUserBundle/views/Group/edit_content.html.twig similarity index 100% rename from application/symfony/src/Resources/FOSUserBundle/views/Group/edit_content.html.twig rename to application/symfony/templates/bundles/FOSUserBundle/views/Group/edit_content.html.twig diff --git a/application/symfony/src/Resources/FOSUserBundle/views/Group/list.html.twig b/application/symfony/templates/bundles/FOSUserBundle/views/Group/list.html.twig similarity index 100% rename from application/symfony/src/Resources/FOSUserBundle/views/Group/list.html.twig rename to application/symfony/templates/bundles/FOSUserBundle/views/Group/list.html.twig diff --git a/application/symfony/src/Resources/FOSUserBundle/views/Group/list_content.html.twig b/application/symfony/templates/bundles/FOSUserBundle/views/Group/list_content.html.twig similarity index 100% rename from application/symfony/src/Resources/FOSUserBundle/views/Group/list_content.html.twig rename to application/symfony/templates/bundles/FOSUserBundle/views/Group/list_content.html.twig diff --git a/application/symfony/src/Resources/FOSUserBundle/views/Group/new.html.twig b/application/symfony/templates/bundles/FOSUserBundle/views/Group/new.html.twig similarity index 100% rename from application/symfony/src/Resources/FOSUserBundle/views/Group/new.html.twig rename to application/symfony/templates/bundles/FOSUserBundle/views/Group/new.html.twig diff --git a/application/symfony/src/Resources/FOSUserBundle/views/Group/new_content.html.twig b/application/symfony/templates/bundles/FOSUserBundle/views/Group/new_content.html.twig similarity index 100% rename from application/symfony/src/Resources/FOSUserBundle/views/Group/new_content.html.twig rename to application/symfony/templates/bundles/FOSUserBundle/views/Group/new_content.html.twig diff --git a/application/symfony/src/Resources/FOSUserBundle/views/Group/show.html.twig b/application/symfony/templates/bundles/FOSUserBundle/views/Group/show.html.twig similarity index 100% rename from application/symfony/src/Resources/FOSUserBundle/views/Group/show.html.twig rename to application/symfony/templates/bundles/FOSUserBundle/views/Group/show.html.twig diff --git a/application/symfony/src/Resources/FOSUserBundle/views/Group/show_content.html.twig b/application/symfony/templates/bundles/FOSUserBundle/views/Group/show_content.html.twig similarity index 100% rename from application/symfony/src/Resources/FOSUserBundle/views/Group/show_content.html.twig rename to application/symfony/templates/bundles/FOSUserBundle/views/Group/show_content.html.twig diff --git a/application/symfony/src/Resources/FOSUserBundle/views/Profile/edit.html.twig b/application/symfony/templates/bundles/FOSUserBundle/views/Profile/edit.html.twig similarity index 100% rename from application/symfony/src/Resources/FOSUserBundle/views/Profile/edit.html.twig rename to application/symfony/templates/bundles/FOSUserBundle/views/Profile/edit.html.twig diff --git a/application/symfony/src/Resources/FOSUserBundle/views/Profile/edit_content.html.twig b/application/symfony/templates/bundles/FOSUserBundle/views/Profile/edit_content.html.twig similarity index 100% rename from application/symfony/src/Resources/FOSUserBundle/views/Profile/edit_content.html.twig rename to application/symfony/templates/bundles/FOSUserBundle/views/Profile/edit_content.html.twig diff --git a/application/symfony/src/Resources/FOSUserBundle/views/Profile/show.html.twig b/application/symfony/templates/bundles/FOSUserBundle/views/Profile/show.html.twig similarity index 100% rename from application/symfony/src/Resources/FOSUserBundle/views/Profile/show.html.twig rename to application/symfony/templates/bundles/FOSUserBundle/views/Profile/show.html.twig diff --git a/application/symfony/src/Resources/FOSUserBundle/views/Profile/show_content.html.twig b/application/symfony/templates/bundles/FOSUserBundle/views/Profile/show_content.html.twig similarity index 100% rename from application/symfony/src/Resources/FOSUserBundle/views/Profile/show_content.html.twig rename to application/symfony/templates/bundles/FOSUserBundle/views/Profile/show_content.html.twig diff --git a/application/symfony/src/Resources/FOSUserBundle/views/Registration/check_email.html.twig b/application/symfony/templates/bundles/FOSUserBundle/views/Registration/check_email.html.twig similarity index 100% rename from application/symfony/src/Resources/FOSUserBundle/views/Registration/check_email.html.twig rename to application/symfony/templates/bundles/FOSUserBundle/views/Registration/check_email.html.twig diff --git a/application/symfony/src/Resources/FOSUserBundle/views/Registration/confirmed.html.twig b/application/symfony/templates/bundles/FOSUserBundle/views/Registration/confirmed.html.twig similarity index 100% rename from application/symfony/src/Resources/FOSUserBundle/views/Registration/confirmed.html.twig rename to application/symfony/templates/bundles/FOSUserBundle/views/Registration/confirmed.html.twig diff --git a/application/symfony/src/Resources/FOSUserBundle/views/Registration/email.txt.twig b/application/symfony/templates/bundles/FOSUserBundle/views/Registration/email.txt.twig similarity index 100% rename from application/symfony/src/Resources/FOSUserBundle/views/Registration/email.txt.twig rename to application/symfony/templates/bundles/FOSUserBundle/views/Registration/email.txt.twig diff --git a/application/symfony/src/Resources/FOSUserBundle/views/Registration/register.html.twig b/application/symfony/templates/bundles/FOSUserBundle/views/Registration/register.html.twig similarity index 100% rename from application/symfony/src/Resources/FOSUserBundle/views/Registration/register.html.twig rename to application/symfony/templates/bundles/FOSUserBundle/views/Registration/register.html.twig diff --git a/application/symfony/src/Resources/FOSUserBundle/views/Registration/register_content.html.twig b/application/symfony/templates/bundles/FOSUserBundle/views/Registration/register_content.html.twig similarity index 100% rename from application/symfony/src/Resources/FOSUserBundle/views/Registration/register_content.html.twig rename to application/symfony/templates/bundles/FOSUserBundle/views/Registration/register_content.html.twig diff --git a/application/symfony/src/Resources/FOSUserBundle/views/Resetting/check_email.html.twig b/application/symfony/templates/bundles/FOSUserBundle/views/Resetting/check_email.html.twig similarity index 100% rename from application/symfony/src/Resources/FOSUserBundle/views/Resetting/check_email.html.twig rename to application/symfony/templates/bundles/FOSUserBundle/views/Resetting/check_email.html.twig diff --git a/application/symfony/src/Resources/FOSUserBundle/views/Resetting/email.txt.twig b/application/symfony/templates/bundles/FOSUserBundle/views/Resetting/email.txt.twig similarity index 100% rename from application/symfony/src/Resources/FOSUserBundle/views/Resetting/email.txt.twig rename to application/symfony/templates/bundles/FOSUserBundle/views/Resetting/email.txt.twig diff --git a/application/symfony/src/Resources/FOSUserBundle/views/Resetting/request.html.twig b/application/symfony/templates/bundles/FOSUserBundle/views/Resetting/request.html.twig similarity index 100% rename from application/symfony/src/Resources/FOSUserBundle/views/Resetting/request.html.twig rename to application/symfony/templates/bundles/FOSUserBundle/views/Resetting/request.html.twig diff --git a/application/symfony/src/Resources/FOSUserBundle/views/Resetting/request_content.html.twig b/application/symfony/templates/bundles/FOSUserBundle/views/Resetting/request_content.html.twig similarity index 100% rename from application/symfony/src/Resources/FOSUserBundle/views/Resetting/request_content.html.twig rename to application/symfony/templates/bundles/FOSUserBundle/views/Resetting/request_content.html.twig diff --git a/application/symfony/src/Resources/FOSUserBundle/views/Resetting/reset.html.twig b/application/symfony/templates/bundles/FOSUserBundle/views/Resetting/reset.html.twig similarity index 100% rename from application/symfony/src/Resources/FOSUserBundle/views/Resetting/reset.html.twig rename to application/symfony/templates/bundles/FOSUserBundle/views/Resetting/reset.html.twig diff --git a/application/symfony/src/Resources/FOSUserBundle/views/Resetting/reset_content.html.twig b/application/symfony/templates/bundles/FOSUserBundle/views/Resetting/reset_content.html.twig similarity index 100% rename from application/symfony/src/Resources/FOSUserBundle/views/Resetting/reset_content.html.twig rename to application/symfony/templates/bundles/FOSUserBundle/views/Resetting/reset_content.html.twig diff --git a/application/symfony/src/Resources/FOSUserBundle/views/Security/login.html.twig b/application/symfony/templates/bundles/FOSUserBundle/views/Security/login.html.twig similarity index 100% rename from application/symfony/src/Resources/FOSUserBundle/views/Security/login.html.twig rename to application/symfony/templates/bundles/FOSUserBundle/views/Security/login.html.twig diff --git a/application/symfony/src/Resources/FOSUserBundle/views/Security/login_content.html.twig b/application/symfony/templates/bundles/FOSUserBundle/views/Security/login_content.html.twig similarity index 100% rename from application/symfony/src/Resources/FOSUserBundle/views/Security/login_content.html.twig rename to application/symfony/templates/bundles/FOSUserBundle/views/Security/login_content.html.twig diff --git a/application/symfony/src/Resources/FOSUserBundle/views/layout.html.twig b/application/symfony/templates/bundles/FOSUserBundle/views/layout.html.twig similarity index 100% rename from application/symfony/src/Resources/FOSUserBundle/views/layout.html.twig rename to application/symfony/templates/bundles/FOSUserBundle/views/layout.html.twig