BrainMinder/assets/templates/pages/password-reset-confirmation.tmpl
2024-08-22 10:13:16 +02:00

7 lines
165 B
Cheetah

{{define "page:title"}}Password reset successful{{end}}
{{define "page:main"}}
<h2>Password reset successful</h2>
<p>Please <a href="/login">login</a>.</p>
{{end}}