diff options
Diffstat (limited to 'src/templates/pages')
-rw-r--r-- | src/templates/pages/index.html.ftl | 6 | ||||
-rw-r--r-- | src/templates/pages/login.html.ftl | 8 |
2 files changed, 6 insertions, 8 deletions
diff --git a/src/templates/pages/index.html.ftl b/src/templates/pages/index.html.ftl index 9f0a05e..2571926 100644 --- a/src/templates/pages/index.html.ftl +++ b/src/templates/pages/index.html.ftl @@ -4,12 +4,6 @@ <@commonpage> <#include "/templates/index-hero.ftl"> - <@noticebox> - The Grow Process focuses on the topic that you want to learn - about. Out 'Assessment' test will give you the right courses - fit for your level. - </@noticebox> - <@content> <img src="${staticRoot}/images/about-grow.png" /> 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> |