summaryrefslogtreecommitdiffstats
path: root/templates/reset_body.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/reset_body.html')
-rw-r--r--templates/reset_body.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/reset_body.html b/templates/reset_body.html
index 69cd44957..bbfbb35e0 100644
--- a/templates/reset_body.html
+++ b/templates/reset_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>{{.Html.Info}}</p>
+ <p>{{.Props.Info1}}<br>{{.Props.Info2}}</p>
<p style="margin: 20px 0 15px">
<a href="{{.Props.ResetUrl}}" style="background: #2389D7; border-radius: 3px; color: #fff; border: none; outline: none; min-width: 200px; padding: 15px 25px; font-size: 14px; font-family: inherit; cursor: pointer; -webkit-appearance: none;text-decoration: none;">{{.Props.Button}}</a>
</p>