api, frontend: allow editing profile information

Closes https://gitlab.com/commento/commento/issues/235
This commit is contained in:
Adhityaa Chandrasekar
2019-12-04 21:57:10 -08:00
parent 3e1576d494
commit 918a691ba3
10 changed files with 239 additions and 22 deletions

View File

@@ -102,6 +102,7 @@ func staticRouterInit(router *mux.Router) error {
"/unsubscribe",
"/dashboard",
"/logout",
"/profile",
}
for _, page := range pages {