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 0000000000..d84796348e --- /dev/null +++ b/templates/user/auth/change_passwd.tmpl @@ -0,0 +1,7 @@ +{{template "base/head" .}} +<div class="user signin{{if .LinkAccountMode}} icon{{end}}"> + <div class="ui container"> + {{template "user/auth/change_passwd_inner" .}} + </div> +</div> +{{template "base/footer" .}} |