diff options
Diffstat (limited to 'templates/user/auth/change_passwd.tmpl')
-rw-r--r-- | templates/user/auth/change_passwd.tmpl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/user/auth/change_passwd.tmpl b/templates/user/auth/change_passwd.tmpl new file mode 100644 index 00000000..e05f46fa --- /dev/null +++ b/templates/user/auth/change_passwd.tmpl @@ -0,0 +1,7 @@ +{{template "base/head" .}} +<div role="main" aria-label="{{.Title}}" class="page-content user signin{{if .LinkAccountMode}} icon{{end}}"> + <div class="ui container"> + {{template "user/auth/change_passwd_inner" .}} + </div> +</div> +{{template "base/footer" .}} |