From acd41de952bf6668a1515b182badec826c35f9b8 Mon Sep 17 00:00:00 2001 From: terakilobyte Date: Sat, 10 Jan 2015 00:05:42 -0500 Subject: [PATCH] Fixed display issues with forgot password view --- views/account/forgot.jade | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/account/forgot.jade b/views/account/forgot.jade index cc7f131cccc..45241c49f4d 100644 --- a/views/account/forgot.jade +++ b/views/account/forgot.jade @@ -1,8 +1,7 @@ extends ../layout block content - .jumbotron - .col-sm-8.col-sm-offset-2 + .col-sm-8.col-sm-offset-2.jumbotron form(method='POST') h1 Forgot Password input(type='hidden', name='_csrf', value=_csrf) @@ -14,3 +13,4 @@ block content button.btn.btn-primary(type='submit') i.fa.fa-key | Reset Password +