summaryrefslogtreecommitdiffstats
path: root/api/templates
diff options
context:
space:
mode:
authorElias Nahum <nahumhbl@gmail.com>2016-02-10 16:26:32 -0300
committerElias Nahum <nahumhbl@gmail.com>2016-02-10 16:26:32 -0300
commitd5c666ec12d8156be0d31985202b8a5b4c20c6e4 (patch)
tree9d3329d89ac7c7650a12422edbfe2e3b30e31448 /api/templates
parent7476bc9883eaf182594e78b3f6403ec76b6a2899 (diff)
downloadchat-d5c666ec12d8156be0d31985202b8a5b4c20c6e4.tar.gz
chat-d5c666ec12d8156be0d31985202b8a5b4c20c6e4.tar.bz2
chat-d5c666ec12d8156be0d31985202b8a5b4c20c6e4.zip
Change body info from String to HTML
Diffstat (limited to 'api/templates')
-rw-r--r--api/templates/email_change_body.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/templates/email_change_body.html b/api/templates/email_change_body.html
index 4f28584c4..41b1bcd7d 100644
--- a/api/templates/email_change_body.html
+++ b/api/templates/email_change_body.html
@@ -18,7 +18,7 @@
<tr>
<td style="border-bottom: 1px solid #ddd; padding: 0 0 20px;">
<h2 style="font-weight: normal; margin-top: 10px;">{{.Props.Title}}</h2>
- <p>{{.Props.Info}}</p>
+ <p>{{.Html.Info}}</p>
</td>
</tr>
<tr>