From 2a7e01b63e58db7ce0ef19210aef9874e022a7c5 Mon Sep 17 00:00:00 2001 From: nanalelfe Date: Fri, 22 Jul 2016 04:18:26 -0400 Subject: Added validation checks for signup --- views/signin.hbs | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 views/signin.hbs (limited to 'views/signin.hbs') diff --git a/views/signin.hbs b/views/signin.hbs new file mode 100644 index 0000000..dd82338 --- /dev/null +++ b/views/signin.hbs @@ -0,0 +1,38 @@ +
+ +
+ +
+ {{# if success }} +
+ +

Signup Successful!

+
+ {{ else }} + {{# if errors }} +
+
    + {{# each errors }} +
  • {{ this.msg }}
  • + {{/each}} +
+
+ {{/if}} + {{/if}} + +

Sign In

+
+
+ +
+
+ +
+ + +
+
+ +
+ +
\ No newline at end of file -- cgit v1.2.3