- {{.Account.Email.String}}
+ {{.User.Email.String}}
diff --git a/pkg/server/views/templates/notes/index.gohtml b/pkg/server/views/templates/notes/index.gohtml
deleted file mode 100644
index 168430f5..00000000
--- a/pkg/server/views/templates/notes/index.gohtml
+++ /dev/null
@@ -1,91 +0,0 @@
-{{define "yield"}}
-
-
Notes
-
- {{template "pageToolbar" dict "data" . "class" "toolbar"}}
-
-
- {{if eq (len .NoteGroups) 0 }}
-
No notes found.
- {{end}}
-
- {{range .NoteGroups}}
- {{template "noteGroup" .}}
- {{end}}
-
-
-{{end}}
-
-{{define "noteGroup"}}
-
-{{end}}
-
-{{define "planSection"}}
-
- Plan
-
-
-
-
-
Dnote Pro
-
- Fully hosted and managed Dnote for you.
-
-
-
-
- {{if .Cloud}}
- Yes
- {{else}}
-
- Unlock
-
- {{end}}
-
-
-
-
-
-{{end}}
+{{end}}
\ No newline at end of file
diff --git a/pkg/server/views/templates/users/settings_about.gohtml b/pkg/server/views/templates/users/settings_about.gohtml
index bba9a8f0..3252b9de 100644
--- a/pkg/server/views/templates/users/settings_about.gohtml
+++ b/pkg/server/views/templates/users/settings_about.gohtml
@@ -27,27 +27,6 @@
- {{if ne .Standalone "true"}}
-