[COMPONENT][Person][TEMPLATES] Move persosn settings template from core to the component
This commit is contained in:
@@ -103,7 +103,7 @@ class PersonSettings extends Controller
|
||||
$language_form = $language->settings($request);
|
||||
|
||||
return [
|
||||
'_template' => 'settings/base.html.twig',
|
||||
'_template' => 'person/settings.html.twig',
|
||||
'personal_info_form' => $personal_form->createView(),
|
||||
'email_form' => $email_form->createView(),
|
||||
'password_form' => $password_form->createView(),
|
||||
|
||||
Reference in New Issue
Block a user