aboutsummaryrefslogtreecommitdiffhomepage
path: root/ui/settings_show.go
diff options
context:
space:
mode:
Diffstat (limited to 'ui/settings_show.go')
-rw-r--r--ui/settings_show.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/settings_show.go b/ui/settings_show.go
index c23473b..aa43f3e 100644
--- a/ui/settings_show.go
+++ b/ui/settings_show.go
@@ -50,5 +50,5 @@ func (c *Controller) ShowSettings(w http.ResponseWriter, r *http.Request) {
view.Set("user", user)
view.Set("countUnread", c.store.CountUnreadEntries(user.ID))
- html.OK(w, view.Render("settings"))
+ html.OK(w, r, view.Render("settings"))
}