changed path to template
This commit is contained in:
parent
45a0060942
commit
e2f82a9b4a
|
@ -61,7 +61,7 @@ class RegistrationController extends AbstractController
|
||||||
return $this->redirectToRoute('blogs');
|
return $this->redirectToRoute('blogs');
|
||||||
}
|
}
|
||||||
|
|
||||||
return $this->render('registration/register.html.twig', [
|
return $this->render('security/register.html.twig', [
|
||||||
'registrationForm' => $form->createView(),
|
'registrationForm' => $form->createView(),
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue