diff options
Diffstat (limited to 'services/context')
-rw-r--r-- | services/context/context.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/services/context/context.go b/services/context/context.go index 322f228a4d..42f7c3d9d1 100644 --- a/services/context/context.go +++ b/services/context/context.go @@ -100,7 +100,6 @@ func NewTemplateContextForWeb(ctx *Context) TemplateContext { tmplCtx := NewTemplateContext(ctx) tmplCtx["Locale"] = ctx.Base.Locale tmplCtx["AvatarUtils"] = templates.NewAvatarUtils(ctx) - tmplCtx["DateUtils"] = templates.NewDateUtils(ctx) tmplCtx["RootData"] = ctx.Data tmplCtx["Consts"] = map[string]any{ "RepoUnitTypeCode": unit.TypeCode, |