13 lines
325 B
HTML
13 lines
325 B
HTML
{{ define "forgot-password" }}
|
|
{{ template "header" . }}
|
|
|
|
<h2>{{ L.T "email.forgotPassword.subject" }}</h2>
|
|
|
|
<p>
|
|
<a href="{{ .ResetURL }}" class="button">{{ L.T "email.forgotPassword.button" }}</a>
|
|
</p>
|
|
<p style="color: #666; font-size: 12px;">{{ L.T "email.forgotPassword.info" }}</p>
|
|
|
|
{{ template "footer" }}
|
|
{{ end }}
|