diff options
author | Jesse Morgan <jesse@jesterpm.net> | 2013-08-31 23:45:48 -0700 |
---|---|---|
committer | Jesse Morgan <jesse@jesterpm.net> | 2013-08-31 23:46:11 -0700 |
commit | 4525beb985f8e874f11c0e95df2b1544c8b0b1ba (patch) | |
tree | 18685bdace563c6bbb3bfaac5b77d450f6246054 /src/templates/pages/login.html.ftl | |
parent | 68fb7d58b69f73e69f9b114792bd576897f41122 (diff) |
Cleaning up content macro. Adding favicon. Fixing static content.
Diffstat (limited to 'src/templates/pages/login.html.ftl')
-rw-r--r-- | src/templates/pages/login.html.ftl | 13 |
1 files changed, 7 insertions, 6 deletions
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! - </#if> - </@noticebox> + </@noticebox> + <#else> + <@noticebox> + </@noticebox> + </#if> <@content> <p>Welcome! You will need to login with your Foursquare Church InFellowship login.</p> |