88</ head >
99< body style ="background: #fafafa; font-family: Lato, 'Helvetica Neue', Arial, Helvetica, sans-serif ">
1010< div class ="ui container " style ="width: auto !important; max-width: 600px; margin: 0 auto ">
11- < h2 id ="app-name " style ="margin: 20px 0; text-align: center "> Pluto </ h2 >
11+ < h2 id ="app-name " style ="margin: 20px 0; text-align: center "> {{.AppName}} </ h2 >
1212 < div id ="message-content " class ="ui card "
1313 style ="width: 100%; background: #FFF; border-radius: 5px; box-shadow: 0 1px 3px 0 #D4D4D5, 0 0 0 1px #D4D4D5 ">
1414 < div class ="content " style ="padding: 1em ">
@@ -18,7 +18,7 @@ <h4 style="margin: 0">Reset Password</h4>
1818 < div class ="content " style ="padding: 1em ">
1919 < h5 style ="margin: 1em 0; font-size: 15px; font-weight: normal "> Dear user,</ h5 >
2020 < h5 style ="margin: 1em 0; font-size: 15px; font-weight: normal "> We send this mail to you, because you have
21- sent a request for resetting your password of Pluto login service.</ h5 >
21+ sent a request for resetting your password of {{.AppName}} login service.</ h5 >
2222 < h5 style ="margin: 1em 0; font-size: 15px; font-weight: normal "> You can reset your password by clicking this
2323 button within 10 minutes.</ h5 >
2424 < a href ="https://{{.BaseURL}}/web/password/reset/{{.Token}} " class ="ui submit button primary "
@@ -31,9 +31,10 @@ <h5 style="margin: 1em 0; font-size: 15px; font-weight: normal">If you cannot op
3131 < h5 style ="margin: 1em 0; font-size: 15px; font-weight: normal "> If you did not send such request, just
3232 ignore this mail.</ h5 >
3333 < h5 style ="margin: 1em 0; font-size: 15px; font-weight: normal "> Sincerely yours,</ h5 >
34- < h5 style ="margin: 1em 0; font-size: 15px; font-weight: normal "> Pluto </ h5 >
34+ < h5 style ="margin: 1em 0; font-size: 15px; font-weight: normal "> {{.AppName}} </ h5 >
3535 </ div >
3636 </ div >
37+ < br >
3738 < div class ="item " style ="color: rgba(0, 0, 0, .4);
3839 text-align: center;
3940 display: block;
0 commit comments