From f7fd53bf095fcd1c026ecd004d0da4f567f8299a Mon Sep 17 00:00:00 2001 From: nazoking Date: Mon, 29 Dec 2014 20:54:22 +0900 Subject: [PATCH] add information to singup view --- src/main/twirl/account/register.scala.html | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/src/main/twirl/account/register.scala.html b/src/main/twirl/account/register.scala.html index 3883f5023..96a5c357f 100644 --- a/src/main/twirl/account/register.scala.html +++ b/src/main/twirl/account/register.scala.html @@ -3,10 +3,11 @@ @import view.helpers._ @html.main("Create your account"){
+

Create your account

-
+
@@ -35,7 +36,7 @@
-
+
@helper.html.uploadavatar(None) @@ -46,5 +47,15 @@
+
+
+ @settings.information.map { information => +
+ + @Html(information) +
+ } +
+
}