diff options
Diffstat (limited to 'modules/context/context.go')
-rw-r--r-- | modules/context/context.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/context/context.go b/modules/context/context.go index 0faa5c495c..faed99da1f 100644 --- a/modules/context/context.go +++ b/modules/context/context.go @@ -121,6 +121,7 @@ func (ctx *Context) NotFound(title string, err error) { } } + ctx.Data["IsRepo"] = ctx.Repo.Repository != nil ctx.Data["Title"] = "Page Not Found" ctx.HTML(http.StatusNotFound, base.TplName("status/404")) } |