hmn/src/templates/src/auth_password_reset_sent.html

14 lines
366 B
HTML
Raw Normal View History

2021-08-17 05:18:04 +00:00
{{ template "base.html" . }}
{{ define "content" }}
2022-08-13 19:15:00 +00:00
<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>
2021-08-17 05:18:04 +00:00
{{ end }}