@@ -0,0 +1,12 @@
|
||||
{{ 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 }}
|
||||
Reference in New Issue
Block a user