From ac38aadc12b9665b612196d4293495d79e3f9d19 Mon Sep 17 00:00:00 2001 From: =Corey Hulen Date: Wed, 16 Sep 2015 12:36:35 -0700 Subject: Fixing broken email templates --- api/templates/email_change_body.html | 4 ++-- api/templates/find_teams_body.html | 4 ++-- api/templates/invite_body.html | 4 ++-- api/templates/password_change_body.html | 4 ++-- api/templates/post_body.html | 4 ++-- api/templates/reset_body.html | 4 ++-- api/templates/signup_team_body.html | 4 ++-- api/templates/verify_body.html | 4 ++-- api/templates/welcome_body.html | 4 ++-- 9 files changed, 18 insertions(+), 18 deletions(-) (limited to 'api/templates') diff --git a/api/templates/email_change_body.html b/api/templates/email_change_body.html index 3f041d09d..0ec4ace2a 100644 --- a/api/templates/email_change_body.html +++ b/api/templates/email_change_body.html @@ -23,7 +23,7 @@ - Any questions at all, mail us any time: {{.FeedbackEmail}}.
+ Any questions at all, mail us any time: {{.ClientProps.FeedbackEmail}}.
Best wishes,
The {{.ClientProps.SiteName}} Team
@@ -38,7 +38,7 @@

(c) 2015 SpinPunch, Inc. 855 El Camino Real, 13A-168, Palo Alto, CA, 94301.
- If you no longer wish to receive these emails, click on the following link: Unsubscribe + If you no longer wish to receive these emails, click on the following link: Unsubscribe

diff --git a/api/templates/find_teams_body.html b/api/templates/find_teams_body.html index fe134811a..9d34b7a23 100644 --- a/api/templates/find_teams_body.html +++ b/api/templates/find_teams_body.html @@ -31,7 +31,7 @@ - Any questions at all, mail us any time: {{.FeedbackEmail}}.
+ Any questions at all, mail us any time: {{.ClientProps.FeedbackEmail}}.
Best wishes,
The {{.ClientProps.SiteName}} Team
@@ -46,7 +46,7 @@

(c) 2015 SpinPunch, Inc. 855 El Camino Real, 13A-168, Palo Alto, CA, 94301.
- If you no longer wish to receive these emails, click on the following link: Unsubscribe + If you no longer wish to receive these emails, click on the following link: Unsubscribe

diff --git a/api/templates/invite_body.html b/api/templates/invite_body.html index 401111b75..9e1ce33b2 100644 --- a/api/templates/invite_body.html +++ b/api/templates/invite_body.html @@ -26,7 +26,7 @@ - Any questions at all, mail us any time: {{.FeedbackEmail}}.
+ Any questions at all, mail us any time: {{.ClientProps.FeedbackEmail}}.
Best wishes,
The {{.ClientProps.SiteName}} Team
@@ -41,7 +41,7 @@

(c) 2015 SpinPunch, Inc. 855 El Camino Real, 13A-168, Palo Alto, CA, 94301.
- If you no longer wish to receive these emails, click on the following link: Unsubscribe + If you no longer wish to receive these emails, click on the following link: Unsubscribe

diff --git a/api/templates/password_change_body.html b/api/templates/password_change_body.html index 6a32e89db..3fef3a5c8 100644 --- a/api/templates/password_change_body.html +++ b/api/templates/password_change_body.html @@ -23,7 +23,7 @@ - Any questions at all, mail us any time: {{.FeedbackEmail}}.
+ Any questions at all, mail us any time: {{.ClientProps.FeedbackEmail}}.
Best wishes,
The {{.ClientProps.SiteName}} Team
@@ -38,7 +38,7 @@

(c) 2015 SpinPunch, Inc. 855 El Camino Real, 13A-168, Palo Alto, CA, 94301.
- If you no longer wish to receive these emails, click on the following link: Unsubscribe + If you no longer wish to receive these emails, click on the following link: Unsubscribe

diff --git a/api/templates/post_body.html b/api/templates/post_body.html index 0c906807a..a6b81e2f6 100644 --- a/api/templates/post_body.html +++ b/api/templates/post_body.html @@ -26,7 +26,7 @@ - Any questions at all, mail us any time: {{.FeedbackEmail}}.
+ Any questions at all, mail us any time: {{.ClientProps.FeedbackEmail}}.
Best wishes,
The {{.ClientProps.SiteName}} Team
@@ -41,7 +41,7 @@

(c) 2015 SpinPunch, Inc. 855 El Camino Real, 13A-168, Palo Alto, CA, 94301.
- If you no longer wish to receive these emails, click on the following link: Unsubscribe + If you no longer wish to receive these emails, click on the following link: Unsubscribe

diff --git a/api/templates/reset_body.html b/api/templates/reset_body.html index 3e4938a09..dc6152627 100644 --- a/api/templates/reset_body.html +++ b/api/templates/reset_body.html @@ -26,7 +26,7 @@ - Any questions at all, mail us any time: {{.FeedbackEmail}}.
+ Any questions at all, mail us any time: {{.ClientProps.FeedbackEmail}}.
Best wishes,
The {{.ClientProps.SiteName}} Team
@@ -41,7 +41,7 @@

(c) 2015 SpinPunch, Inc. 855 El Camino Real, 13A-168, Palo Alto, CA, 94301.
- If you no longer wish to receive these emails, click on the following link: Unsubscribe + If you no longer wish to receive these emails, click on the following link: Unsubscribe

diff --git a/api/templates/signup_team_body.html b/api/templates/signup_team_body.html index ef58aa92c..f5c0e62b0 100644 --- a/api/templates/signup_team_body.html +++ b/api/templates/signup_team_body.html @@ -29,7 +29,7 @@ - Any questions at all, mail us any time: {{.FeedbackEmail}}.
+ Any questions at all, mail us any time: {{.ClientProps.FeedbackEmail}}.
Best wishes,
The {{.ClientProps.SiteName}} Team
@@ -44,7 +44,7 @@

(c) 2015 SpinPunch, Inc. 855 El Camino Real, 13A-168, Palo Alto, CA, 94301.
- If you no longer wish to receive these emails, click on the following link: Unsubscribe + If you no longer wish to receive these emails, click on the following link: Unsubscribe

diff --git a/api/templates/verify_body.html b/api/templates/verify_body.html index ac60e4fad..8187c8908 100644 --- a/api/templates/verify_body.html +++ b/api/templates/verify_body.html @@ -26,7 +26,7 @@ - Any questions at all, mail us any time: {{.FeedbackEmail}}.
+ Any questions at all, mail us any time: {{.ClientProps.FeedbackEmail}}.
Best wishes,
The {{.ClientProps.SiteName}} Team
@@ -41,7 +41,7 @@

(c) 2015 SpinPunch, Inc. 855 El Camino Real, 13A-168, Palo Alto, CA, 94301.
- If you no longer wish to receive these emails, click on the following link: Unsubscribe + If you no longer wish to receive these emails, click on the following link: Unsubscribe

diff --git a/api/templates/welcome_body.html b/api/templates/welcome_body.html index 4d4f03a2d..c75e14c6a 100644 --- a/api/templates/welcome_body.html +++ b/api/templates/welcome_body.html @@ -23,7 +23,7 @@ - Any questions at all, mail us any time: {{.FeedbackEmail}}.
+ Any questions at all, mail us any time: {{.ClientProps.FeedbackEmail}}.
Best wishes,
The {{.ClientProps.SiteName}} Team
@@ -38,7 +38,7 @@

(c) 2015 SpinPunch, Inc. 855 El Camino Real, 13A-168, Palo Alto, CA, 94301.
- If you no longer wish to receive these emails, click on the following link: Unsubscribe + If you no longer wish to receive these emails, click on the following link: Unsubscribe

-- cgit v1.2.3-1-g7c22