wisski-cloud-distillery/internal/dis/component/auth/templates/password.html
2023-01-06 18:59:09 +01:00

9 lines
232 B
HTML

{{ template "_form.html" . }}
{{ define "form/title" }}Change Password{{ end }}
{{ define "form/button" }}Update{{ end }}
{{ define "form/extra" }}
<div>
<a class="pure-button" href="/auth/">Back</a>
<hr />
</div>
{{ end }}