WIP: Implement admin CRUD

This commit is contained in:
Björn Fromme
2023-09-26 17:44:01 +02:00
parent 3e0353c79b
commit c55fd85314
63 changed files with 1367 additions and 532 deletions
@@ -71,10 +71,10 @@ class IndexController extends AbstractController
'user' => $user->getUserIdentifier(),
]);
return $this->redirectToRoute('app_teamer_profile');
return $this->redirectToRoute('app_teamer_profile_index');
}
return $this->render('teamer/profile.html.twig', [
return $this->render('teamer/profile/index.html.twig', [
'form' => $form->createView(),
'teamer' => $teamer,
'errors' => $errors,