From 1267e678faeb5f04d2eacf4905a43a2de6c65614 Mon Sep 17 00:00:00 2001 From: zeripath Date: Tue, 29 Sep 2020 20:26:45 +0100 Subject: [PATCH] Fix admin/config page (#12979) Change `.LFS.ContentPath` to `.LFS.Path` Fix #12975 Signed-off-by: Andrew Thornton --- templates/admin/config.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/admin/config.tmpl b/templates/admin/config.tmpl index f43cc86fd..4d88c59fe 100644 --- a/templates/admin/config.tmpl +++ b/templates/admin/config.tmpl @@ -105,7 +105,7 @@
{{if .LFS.StartServer}}
{{.i18n.Tr "admin.config.lfs_content_path"}}
-
{{.LFS.ContentPath}}
+
{{.LFS.Path}}
{{.i18n.Tr "admin.config.lfs_http_auth_expiry"}}
{{.LFS.HTTPAuthExpiry}}
{{end}}