diff options
Diffstat (limited to 'server/ui/controller/unread.go')
-rw-r--r-- | server/ui/controller/unread.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/ui/controller/unread.go b/server/ui/controller/unread.go index 87faafc1..8cf8a38d 100644 --- a/server/ui/controller/unread.go +++ b/server/ui/controller/unread.go @@ -44,6 +44,6 @@ func (c *Controller) ShowUnreadPage(ctx *core.Context, request *core.Request, re "entries": entries, "pagination": c.getPagination(ctx.Route("unread"), countUnread, offset), "menu": "unread", - "csrf": ctx.CsrfToken(), + "csrf": ctx.CSRF(), }) } |