From ee8e1a13b60a6adfdc691b2a9b57289188397641 Mon Sep 17 00:00:00 2001 From: nanalelfe Date: Thu, 21 Jul 2016 02:29:31 -0400 Subject: need pull --- views/signup.hbs | 36 ++++++++++++++++++++++++++++-------- 1 file changed, 28 insertions(+), 8 deletions(-) (limited to 'views/signup.hbs') diff --git a/views/signup.hbs b/views/signup.hbs index a389b63..37c2a35 100644 --- a/views/signup.hbs +++ b/views/signup.hbs @@ -1,27 +1,46 @@
+
-
+ {{# if success }} +
+

Successful Validation!

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

Sign Up

-
+
- +
- +
- +
- +
- +
+
+ +
@@ -30,9 +49,10 @@
- +
+
\ No newline at end of file -- cgit v1.2.3