implement profile page #17

This commit is contained in:
ghost 2023-10-03 22:35:13 +03:00
parent 737b79b608
commit ae8ec4823a
21 changed files with 740 additions and 364 deletions

View file

@ -15,6 +15,11 @@ class PageController extends AbstractController
)]
public function submit(): Response
{
/*
return $this->redirectToRoute('page', [
'id' => $page->getId()
]);
*/
return $this->render('default/page/submit.html.twig', [
// @TODO
]);