From 4525beb985f8e874f11c0e95df2b1544c8b0b1ba Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Sat, 31 Aug 2013 23:45:48 -0700 Subject: Cleaning up content macro. Adding favicon. Fixing static content. --- src/templates/pages/login.html.ftl | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'src/templates/pages/login.html.ftl') diff --git a/src/templates/pages/login.html.ftl b/src/templates/pages/login.html.ftl index 2a27858..e5d963f 100644 --- a/src/templates/pages/login.html.ftl +++ b/src/templates/pages/login.html.ftl @@ -2,13 +2,14 @@ <#include "/macros/common-page.ftl"> <@commonpage> - <@noticebox> - <#if errorMessage??> + <#if errorMessage??> + <@noticebox class="visible"> ${errorMessage?html} - <#else> - Welcome! - - + + <#else> + <@noticebox> + + <@content>

Welcome! You will need to login with your Foursquare Church InFellowship login.

-- cgit v1.2.3