aboutsummaryrefslogtreecommitdiff
path: root/web.go
diff options
context:
space:
mode:
Diffstat (limited to 'web.go')
-rw-r--r--web.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/web.go b/web.go
index 60992f45..cb6ee4ae 100644
--- a/web.go
+++ b/web.go
@@ -45,6 +45,7 @@ var AppHelpers template.FuncMap = map[string]interface{}{
"Subtract": base.Subtract,
"ActionIcon": base.ActionIcon,
"ActionDesc": base.ActionDesc,
+ "DateFormat": base.DateFormat,
}
func runWeb(*cli.Context) {