summaryrefslogtreecommitdiff
path: root/src/templates/pages/login.html.ftl
diff options
context:
space:
mode:
authorJesse Morgan <jesse@jesterpm.net>2013-09-08 09:41:58 -0700
committerJesse Morgan <jesse@jesterpm.net>2013-09-08 09:41:58 -0700
commitaf6f25a8b2d6544e375e01135ac29f55dbae2012 (patch)
tree6f29039c6db3002179b449c89ba2a1c9a6acd118 /src/templates/pages/login.html.ftl
parent8548d6f99c3ab540a3e98c21d0c03a9a0b90fee0 (diff)
Fixing Brad's UX comments.
* Hero Graphic * Google fonts * Stylized login page * Vertical alignment on tool tip (noticebar) * Logo links to home or account.
Diffstat (limited to 'src/templates/pages/login.html.ftl')
-rw-r--r--src/templates/pages/login.html.ftl8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/templates/pages/login.html.ftl b/src/templates/pages/login.html.ftl
index e5d963f..f15080d 100644
--- a/src/templates/pages/login.html.ftl
+++ b/src/templates/pages/login.html.ftl
@@ -13,8 +13,12 @@
<@content>
<p>Welcome! You will need to login with your Foursquare Church InFellowship login.</p>
- <p>If you do not already have an account,
- <a href="${dynamicRoot}/newaccount.html">create one here</a>.</p>
+ <p>
+ If you do not already have an account,
+ <a href="https://pfseawa.infellowship.com/UserLogin/New">create one here</a>.
+ After you receive your confirmation email, come back to this site to begin the
+ assessment.
+ </p>
<form action="${dynamicRoot}/account/authenticate?redirect=${redirect!""}" method="post">
<p><label for="emailField">Email:</label> <input id="emailField" type="text" name="email" /></p>
<p><label for="passwordField">Password:</label> <input id="passwordField" type="password" name="password" /></p>