From 68a0e4b31d49a6804dfec2d4b00a937fdfe514d1 Mon Sep 17 00:00:00 2001 From: Eliah REBSTOCK <eliah.rebstock@ensiie.fr> Date: Sun, 8 May 2016 23:27:08 +0200 Subject: [PATCH] =?UTF-8?q?am=C3=A9lioration=20formulaire=20fin=20ajout=20?= =?UTF-8?q?de=20partie?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/view/Partie/displayValid.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/view/Partie/displayValid.html b/app/view/Partie/displayValid.html index aed2a7b..68eb014 100644 --- a/app/view/Partie/displayValid.html +++ b/app/view/Partie/displayValid.html @@ -5,7 +5,8 @@ <article class="msg-valide"><h2>La partie a été enregistrée !</h2></article> <article> - <p>:)</p> + <p>Votre partie a bien été enregistrée !</p> + <p><a href="<?php echo BASE_URL; ?>">Retour a l'accueil</a></p> </article> <?php include(ROOT."/app/view/Includes/footer.include.html"); ?> \ No newline at end of file -- GitLab