Fix admin nav rendering on user viewing

This commit is contained in:
Matt Baer 2020-02-25 15:03:29 -05:00
parent 9fe528bf47
commit f903388a28
1 changed files with 4 additions and 3 deletions

View File

@ -245,9 +245,10 @@ func handleViewAdminUser(app *App, u *User, w http.ResponseWriter, r *http.Reque
TotalPosts int64
ClearEmail string
}{
Config: app.cfg.App,
Message: r.FormValue("m"),
Colls: []inspectedCollection{},
AdminPage: NewAdminPage(app),
Config: app.cfg.App,
Message: r.FormValue("m"),
Colls: []inspectedCollection{},
}
var err error