From 8e971f6b32e3d918c4a744655fc3b2a39e5b0ecf Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Thu, 1 Aug 2019 21:30:04 -0700 Subject: Update domain to motionchrch.com --- src/main/resources/templates/pages/contact.html.ftl | 2 +- src/main/resources/templates/pages/deeper/believer.html.ftl | 2 +- src/main/resources/templates/pages/deeper/disciple.html.ftl | 2 +- src/main/resources/templates/pages/deeper/leader.html.ftl | 2 +- src/main/resources/templates/pages/deeper/seeker.html.ftl | 2 +- src/main/resources/templates/pages/deeper/teacher.html.ftl | 2 +- src/main/resources/templates/pages/index.html.ftl | 2 +- src/main/resources/templates/pages/learnmore.html.ftl | 2 +- src/main/resources/templates/pages/login.html.ftl | 4 ++-- src/main/resources/templates/templates/footer.ftl | 2 +- src/main/resources/templates/templates/header.ftl | 2 +- src/main/webapp/error.html | 4 ++-- src/main/webapp/notfound.html | 4 ++-- src/main/webapp/scripts/growth.js | 2 +- 14 files changed, 17 insertions(+), 17 deletions(-) diff --git a/src/main/resources/templates/pages/contact.html.ftl b/src/main/resources/templates/pages/contact.html.ftl index c84e047..4f0faae 100644 --- a/src/main/resources/templates/pages/contact.html.ftl +++ b/src/main/resources/templates/pages/contact.html.ftl @@ -9,7 +9,7 @@

Contact Us

- If you have any questions about GROW, please email us at connect@myfoursquarechurch.com or call us at 253-848-9111. + If you have any questions about GROW, please email us at connect@motionstaff.com or call us at 253-848-9111.

diff --git a/src/main/resources/templates/pages/deeper/believer.html.ftl b/src/main/resources/templates/pages/deeper/believer.html.ftl index 2bf9150..f0d19d2 100644 --- a/src/main/resources/templates/pages/deeper/believer.html.ftl +++ b/src/main/resources/templates/pages/deeper/believer.html.ftl @@ -44,7 +44,7 @@

Other

diff --git a/src/main/resources/templates/pages/deeper/disciple.html.ftl b/src/main/resources/templates/pages/deeper/disciple.html.ftl index dd7fc13..2ec2bed 100644 --- a/src/main/resources/templates/pages/deeper/disciple.html.ftl +++ b/src/main/resources/templates/pages/deeper/disciple.html.ftl @@ -42,7 +42,7 @@

Other

diff --git a/src/main/resources/templates/pages/deeper/leader.html.ftl b/src/main/resources/templates/pages/deeper/leader.html.ftl index 371c367..c800c13 100644 --- a/src/main/resources/templates/pages/deeper/leader.html.ftl +++ b/src/main/resources/templates/pages/deeper/leader.html.ftl @@ -16,7 +16,7 @@ <#include "/templates/deeperheader.ftl"> diff --git a/src/main/resources/templates/pages/deeper/seeker.html.ftl b/src/main/resources/templates/pages/deeper/seeker.html.ftl index ed0b21a..b085048 100644 --- a/src/main/resources/templates/pages/deeper/seeker.html.ftl +++ b/src/main/resources/templates/pages/deeper/seeker.html.ftl @@ -22,7 +22,7 @@

Other

diff --git a/src/main/resources/templates/pages/deeper/teacher.html.ftl b/src/main/resources/templates/pages/deeper/teacher.html.ftl index f0046f2..ea0e608 100644 --- a/src/main/resources/templates/pages/deeper/teacher.html.ftl +++ b/src/main/resources/templates/pages/deeper/teacher.html.ftl @@ -35,7 +35,7 @@

Other

diff --git a/src/main/resources/templates/pages/index.html.ftl b/src/main/resources/templates/pages/index.html.ftl index 59a5e38..d0c8e39 100644 --- a/src/main/resources/templates/pages/index.html.ftl +++ b/src/main/resources/templates/pages/index.html.ftl @@ -15,7 +15,7 @@ <#include "/templates/banner.ftl">

- + <#if config.getDomain() != "prod"> ${config.getDomain()} diff --git a/src/main/resources/templates/pages/learnmore.html.ftl b/src/main/resources/templates/pages/learnmore.html.ftl index f69b075..ec1abc5 100644 --- a/src/main/resources/templates/pages/learnmore.html.ftl +++ b/src/main/resources/templates/pages/learnmore.html.ftl @@ -59,7 +59,7 @@ the name of the Father and of the Son and of the Holy Spirit..."

- At Foursquare Puyallup, we + At Foursquare Puyallup, we are passionate about people discovering God, entering into a personal relationship with Jesus Christ, and then realizing their full potential in Christ as a follower of His. diff --git a/src/main/resources/templates/pages/login.html.ftl b/src/main/resources/templates/pages/login.html.ftl index fad699f..3d9e6b8 100644 --- a/src/main/resources/templates/pages/login.html.ftl +++ b/src/main/resources/templates/pages/login.html.ftl @@ -23,10 +23,10 @@ - Forgot username or password? + Forgot username or password?

- Sign Up + Sign Up
diff --git a/src/main/resources/templates/templates/footer.ftl b/src/main/resources/templates/templates/footer.ftl index e6bae13..3cd9585 100644 --- a/src/main/resources/templates/templates/footer.ftl +++ b/src/main/resources/templates/templates/footer.ftl @@ -6,7 +6,7 @@
- ©2013 Foursquare Church + ©2013 Foursquare Church <#if config.getDomain() != "prod"> - <#include "/templates/gitversion.ftl" parse=false> diff --git a/src/main/resources/templates/templates/header.ftl b/src/main/resources/templates/templates/header.ftl index 0911bbc..83738c2 100644 --- a/src/main/resources/templates/templates/header.ftl +++ b/src/main/resources/templates/templates/header.ftl @@ -8,7 +8,7 @@ <#if config.getDomain() != "prod"> ${config.getDomain()} - Foursqaure Church + Foursqaure Church

<#include "/templates/nav.ftl"> diff --git a/src/main/webapp/error.html b/src/main/webapp/error.html index b01128b..0eef79a 100644 --- a/src/main/webapp/error.html +++ b/src/main/webapp/error.html @@ -14,7 +14,7 @@

Grow Process - Foursqaure Church + Foursqaure Church