summaryrefslogtreecommitdiff
path: root/src/templates/pages/login.html.ftl
diff options
context:
space:
mode:
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>