From 661166f7a37f5693ae885b2fb2153e5a4ded6ca3 Mon Sep 17 00:00:00 2001 From: Tykayn Date: Tue, 16 Jul 2024 17:10:43 +0200 Subject: [PATCH] account add todos --- .idea/workspace.xml | 5 +---- src/Controller/AccountController.php | 2 +- templates/account/index.html.twig | 3 ++- templates/account/nav.html.twig | 2 +- 4 files changed, 5 insertions(+), 7 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 6d178d02..06a6fccb 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -24,10 +24,7 @@ - - - @@ -314,7 +311,7 @@ - + diff --git a/src/Controller/AccountController.php b/src/Controller/AccountController.php index 1d51d053..c64d8ead 100644 --- a/src/Controller/AccountController.php +++ b/src/Controller/AccountController.php @@ -70,7 +70,7 @@ $currentFestival = "aucun"; #[Route('/account/caisse-templates', name: 'app_account_caisse_templates')] public function caisseTemplates(): Response { - return $this->render('account/caisse.html.twig', [ + return $this->render('account/caisse-templates.html.twig', [ ]); } #[Route('/account/products', name: 'app_account_products')] diff --git a/templates/account/index.html.twig b/templates/account/index.html.twig index 3d80972e..b7abd1e4 100644 --- a/templates/account/index.html.twig +++ b/templates/account/index.html.twig @@ -9,7 +9,8 @@

Tableau de bord

- modifier mes informations (todo) + modifier mes informations + changer de mot de passe

Coucou {{ app.user.email }}!

diff --git a/templates/account/nav.html.twig b/templates/account/nav.html.twig index 1d32da35..42bfb2cf 100644 --- a/templates/account/nav.html.twig +++ b/templates/account/nav.html.twig @@ -22,7 +22,7 @@
  • - + Historique