summaryrefslogtreecommitdiffstats
path: root/templates/user/auth/change_passwd.tmpl
blob: e05f46fa6b2c6bfbf547b1884e85c4f16640f5a3 (plain)
1
2
3
4
5
6
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" .}}