{{ define "admin-account-content" }} {{ template "nav-sidebar" . }}
{{ template "navbar-user" . }}

Account Settings

Main Settings

This information will appear on your account.

{{ if len (.Error "fullname") }}
{{ .Error "fullname" }}
{{ end }}

{{ if len (.Error "email") }}
{{ .Error "email" }}
{{ end }}


Password

After a successful password update, you will be redirected to the login page where you can log in with your new password.

{{ if len (.Error "currpassword") }}
{{ .Error "currpassword" }}
{{ end }}

{{ if len (.Error "confirm") }}
{{ .Error "password" }}
{{ end }}


{{ template "menu-toggle" . }}
{{ end }}