From 6ac81bdb2d373340a1b1ab25bd84e96389347114 Mon Sep 17 00:00:00 2001
From: Jeremy Guiselin <jeremy.guiselin@student.ecp.fr>
Date: Tue, 7 Feb 2017 17:08:02 +0100
Subject: [PATCH] Update prediction.html, fix date en

---
 www/partials/prediction.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/partials/prediction.html b/www/partials/prediction.html
index 057dd9a..6b94776 100644
--- a/www/partials/prediction.html
+++ b/www/partials/prediction.html
@@ -5,7 +5,7 @@
   </div>
   <div class="center">
     <div class="title">
-      {{ freePrediction.league.name }} - <span class="date">{{locale === 'fr' ? (freePrediction.date | date: "dd/MM/yy") : (notification.date | date: "MM/dd/yy")}}</span>
+      {{ freePrediction.league.name }} - <span class="date">{{locale === 'fr' ? (freePrediction.date | date: "dd/MM/yy") : (freePrediction.date | date: "MM/dd/yy")}}</span>
     </div>
     <div class="figures">
       <div class="figure">1</div>
-- 
GitLab