From c3028ee8f1a7050f7519c50d3687ac832d9075ab Mon Sep 17 00:00:00 2001 From: nanalelfe Date: Fri, 22 Jul 2016 00:37:34 -0400 Subject: Updated passport --- views/signup.hbs | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) (limited to 'views') diff --git a/views/signup.hbs b/views/signup.hbs index b5fd363..24fad1f 100644 --- a/views/signup.hbs +++ b/views/signup.hbs @@ -3,14 +3,23 @@
- - {{# if hasErrors}} -
- {{# each messages}} -

{{this}}

- {{/each}} -
+ {{# if success }} +
+ +

Signup Successful!

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

Sign Up

-- cgit v1.2.3