guildgate/templates/reset_success.html

7 lines
179 B
HTML
Raw Normal View History

2020-09-22 18:21:01 -04:00
{{ define "reset_success" }}
{{ template "header" .}}
<p>Your password has been succesfully reset!</p>
<p><a href="/">Return to homepage</a></p>
{{template "footer" .}}
{{ end }}