summaryrefslogtreecommitdiffstats
path: root/api/templates/reset_body.html
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2015-09-16 12:36:35 -0700
committer=Corey Hulen <corey@hulen.com>2015-09-16 12:36:35 -0700
commitac38aadc12b9665b612196d4293495d79e3f9d19 (patch)
tree268fb595ce70e5586cf16e8145339aca8f3469b0 /api/templates/reset_body.html
parent4e11fa23d750afbefad099638530b754776a3357 (diff)
downloadchat-ac38aadc12b9665b612196d4293495d79e3f9d19.tar.gz
chat-ac38aadc12b9665b612196d4293495d79e3f9d19.tar.bz2
chat-ac38aadc12b9665b612196d4293495d79e3f9d19.zip
Fixing broken email templates
Diffstat (limited to 'api/templates/reset_body.html')
-rw-r--r--api/templates/reset_body.html4
1 files changed, 2 insertions, 2 deletions
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 @@
</tr>
<tr>
<td style="color: #999; padding-top: 20px; line-height: 25px; font-size: 13px;">
- Any questions at all, mail us any time: <a href="mailto:{{.FeedbackEmail}}" style="text-decoration: none; color:#2389D7;">{{.FeedbackEmail}}</a>.<br>
+ Any questions at all, mail us any time: <a href="mailto:{{.ClientProps.FeedbackEmail}}" style="text-decoration: none; color:#2389D7;">{{.ClientProps.FeedbackEmail}}</a>.<br>
Best wishes,<br>
The {{.ClientProps.SiteName}} Team<br>
</td>
@@ -41,7 +41,7 @@
</p>
<p style="padding: 0 50px;">
(c) 2015 SpinPunch, Inc. 855 El Camino Real, 13A-168, Palo Alto, CA, 94301.<br>
- If you no longer wish to receive these emails, click on the following link: <a href="mailto:{{.FeedbackEmail}}?subject=Unsubscribe&body=Unsubscribe" style="text-decoration: none; color:#2389D7;">Unsubscribe</a>
+ If you no longer wish to receive these emails, click on the following link: <a href="mailto:{{.ClientProps.FeedbackEmail}}?subject=Unsubscribe&body=Unsubscribe" style="text-decoration: none; color:#2389D7;">Unsubscribe</a>
</p>
</td>
</tr>