From b0cbe2db0ee3311fc028e7229749726d4cfe6973 Mon Sep 17 00:00:00 2001 From: nanalelfe Date: Wed, 27 Jul 2016 04:59:40 -0400 Subject: Added third party verification. --- views/layouts/layout.hbs | 11 +++++++++-- views/verification.hbs | 10 ++++++++++ 2 files changed, 19 insertions(+), 2 deletions(-) create mode 100644 views/verification.hbs (limited to 'views') diff --git a/views/layouts/layout.hbs b/views/layouts/layout.hbs index b9895a5..76dddc0 100644 --- a/views/layouts/layout.hbs +++ b/views/layouts/layout.hbs @@ -29,9 +29,16 @@ - {{> header }} + {{# if noHeader}} + {{else}} + {{> header }} + {{/if}} + {{{ body }}} - {{> footer }} + {{# if noHeader}} + {{else}} + {{> footer }} + {{/if}} {{> login }} {{> registration }} diff --git a/views/verification.hbs b/views/verification.hbs new file mode 100644 index 0000000..564af50 --- /dev/null +++ b/views/verification.hbs @@ -0,0 +1,10 @@ +
+
+
+

Verification

+ +

Login with:

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