From 1dd7d1dd1a796592b4448eba878ddcae8e063407 Mon Sep 17 00:00:00 2001 From: Pacien TRAN-GIRARD Date: Sun, 8 Feb 2015 11:19:20 +0100 Subject: Add terms of use and privacy policy static pages --- app/views/pages/privacy.scala.html | 15 +++++++++++++++ app/views/pages/terms.scala.html | 16 ++++++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 app/views/pages/privacy.scala.html create mode 100644 app/views/pages/terms.scala.html (limited to 'app/views/pages') diff --git a/app/views/pages/privacy.scala.html b/app/views/pages/privacy.scala.html new file mode 100644 index 0000000..dd6898a --- /dev/null +++ b/app/views/pages/privacy.scala.html @@ -0,0 +1,15 @@ +@()(implicit request: AuthRequest[AnyContent], flash: Flash, token: play.filters.csrf.CSRF.Token) + +@templates.ebe("Privacy policy")(request.account) { + +