summaryrefslogtreecommitdiffstats
path: root/templates/user/auth/change_passwd.tmpl
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--templates/user/auth/change_passwd.tmpl7
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 0000000..e05f46f
--- /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" .}}