mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-04-01 01:25:39 +00:00
implement profile page #17
This commit is contained in:
parent
737b79b608
commit
ae8ec4823a
21 changed files with 740 additions and 364 deletions
|
|
@ -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
|
||||
]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue