Browse Source

Fix admin nav rendering on page editing

admin-dashboard-redesign
Matt Baer 4 years ago
parent
commit
9fe528bf47
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      admin.go

+ 3
- 2
admin.go View File

@@ -443,8 +443,9 @@ func handleViewAdminPage(app *App, u *User, w http.ResponseWriter, r *http.Reque
Banner *instanceContent
Content *instanceContent
}{
Config: app.cfg.App,
Message: r.FormValue("m"),
AdminPage: NewAdminPage(app),
Config: app.cfg.App,
Message: r.FormValue("m"),
}

var err error


Loading…
Cancel
Save