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