hmn/src/templates/src/auth_password_reset_sent.html

14 lines
366 B
HTML

{{ template "base.html" . }}
{{ define "content" }}
<div class="mw6 ph3 ph0-ns pb3">
<h1>A password reset link was sent.</h1>
<p>
It will expire in 24 hours.
</p>
<p>
If for some reason the email doesn't arrive in a timely fashion, and it also doesn't show up in your spam, please <a href="{{ .ContactUsUrl }}">contact the staff</a>.
</p>
</div>
{{ end }}