From 9e794b1929e3382e98197ca50725626cbfc0b985 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Cesar=20Caballero=20D=C3=ADaz?= Date: Mon, 7 May 2018 13:56:00 -0400 Subject: [PATCH] Add bottom margin on welcome user page container for properly shadow visualization --- applications/welcome/views/default/user.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/welcome/views/default/user.html b/applications/welcome/views/default/user.html index 00ff6736..f41aa4e7 100644 --- a/applications/welcome/views/default/user.html +++ b/applications/welcome/views/default/user.html @@ -1,7 +1,7 @@ {{extend 'layout.html'}}
-
+

{{=T('Sign Up') if request.args(0) == 'register' else T('Log In') if request.args(0) == 'login' else T(request.args(0).replace('_',' ').title())}}