From d96e93e81f98d18aa84f701b578f4239020652c3 Mon Sep 17 00:00:00 2001 From: nanalelfe Date: Wed, 24 Aug 2016 04:52:06 -0400 Subject: Implemented the password reset function --- views/reset_password.hbs | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'views/reset_password.hbs') diff --git a/views/reset_password.hbs b/views/reset_password.hbs index 754c65d..5526123 100644 --- a/views/reset_password.hbs +++ b/views/reset_password.hbs @@ -5,16 +5,12 @@ {{# if success }}
-

Signup Successful!

+

{{success}}

{{ else }} {{# if errors }}
- +

{{errors}}

{{/if}} {{/if}} @@ -25,13 +21,13 @@ {{/if}}


Reset Password

-
+
- +
-- cgit v1.2.3