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