summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2015-10-12 13:15:30 -0700
committerCorey Hulen <corey@hulen.com>2015-10-12 13:15:30 -0700
commit7a469c8fc19694a2d6afd2bd420ba6fd3a9a0d93 (patch)
treef42b3d6e66075e26dd09f3c32847977dfbf54555 /api
parent95f9ee179c5c7458976ec102d9ebafbcc844b122 (diff)
parent3a3b24e6be868bda6d80e5384f5bb09abe1f9b6e (diff)
downloadchat-7a469c8fc19694a2d6afd2bd420ba6fd3a9a0d93.tar.gz
chat-7a469c8fc19694a2d6afd2bd420ba6fd3a9a0d93.tar.bz2
chat-7a469c8fc19694a2d6afd2bd420ba6fd3a9a0d93.zip
Merge pull request #999 from rgarmsen2295/plt-610
PLT-610 Fix broken image in change email verification email
Diffstat (limited to 'api')
-rw-r--r--api/templates/email_change_verify_body.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/templates/email_change_verify_body.html b/api/templates/email_change_verify_body.html
index 1e1bcc22d..a9b2a0741 100644
--- a/api/templates/email_change_verify_body.html
+++ b/api/templates/email_change_verify_body.html
@@ -9,7 +9,7 @@
<table align="center" border="0" cellpadding="0" cellspacing="0" width="100%" style="border-collapse: collapse;">
<tr>
<td style="padding: 20px 20px 10px; text-align:left;">
- <img src="{{.Props.SiteURL}}/static/images/{{.ClientProps.SiteName}}-logodark.png" width="130px" style="opacity: 0.5" alt="">
+ <img src="{{.Props.SiteURL}}/static/images/logo-email.png" width="130px" style="opacity: 0.5" alt="">
</td>
</tr>
<tr>