BrainMinder/assets/templates/pages/password-reset-confirmation.tmpl

7 lines
165 B
Cheetah
Raw Normal View History

2024-08-22 10:13:16 +02:00
{{define "page:title"}}Password reset successful{{end}}
{{define "page:main"}}
<h2>Password reset successful</h2>
<p>Please <a href="/login">login</a>.</p>
{{end}}