From de24f5b788c1ae6307eb360877ea3ce61c8f7a6a Mon Sep 17 00:00:00 2001 From: Pacien TRAN-GIRARD Date: Thu, 5 Feb 2015 20:37:05 +0100 Subject: Implement flash messages --- app/views/templates/ebe.scala.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/templates/ebe.scala.html') diff --git a/app/views/templates/ebe.scala.html b/app/views/templates/ebe.scala.html index dbc1a88..2bab310 100644 --- a/app/views/templates/ebe.scala.html +++ b/app/views/templates/ebe.scala.html @@ -1,3 +1,3 @@ -@(title: String)(content: Html) +@(title: String)(content: Html)(implicit flash: Flash) @templates.main{@fragments.ebeLogo()}{@fragments.ebeSlogan()}(title)(content) -- cgit v1.2.3