summaryrefslogtreecommitdiff
path: root/src/templates/pages/login.html.ftl
diff options
context:
space:
mode:
authorJesse Morgan <jesse@jesterpm.net>2013-08-31 23:45:48 -0700
committerJesse Morgan <jesse@jesterpm.net>2013-08-31 23:46:11 -0700
commit55e19559739d879f31ff5bd2fdcfa8a6cc055a34 (patch)
treee111deec329365068f788b11ff03ab8e07ed7447 /src/templates/pages/login.html.ftl
parentec17ac7fca60b87449355f8c240fc7e0512eba33 (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.ftl13
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>