summaryrefslogtreecommitdiffstats
path: root/templates/email_info.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/email_info.html')
-rw-r--r--templates/email_info.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/email_info.html b/templates/email_info.html
index 0a34f18a0..6b83db76e 100644
--- a/templates/email_info.html
+++ b/templates/email_info.html
@@ -1,7 +1,7 @@
{{define "email_info"}}
<td style="color: #999; padding-top: 20px; line-height: 25px; font-size: 13px;">
- {{.Html.EmailInfo}}
+ {{.Props.EmailInfo1}}<a href='mailto:{{.Props.SupportEmail}}' style='text-decoration: none; color:#2389D7;'>{{.Props.SupportEmail}}</a><br>{{.Props.EmailInfo2}}<br>{{.Props.EmailInfo3}}<br>
</td>
{{end}}