diff options
Diffstat (limited to 'templates/install.tmpl')
-rw-r--r-- | templates/install.tmpl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/install.tmpl b/templates/install.tmpl index 44851c96fd..027d06166b 100644 --- a/templates/install.tmpl +++ b/templates/install.tmpl @@ -84,6 +84,11 @@ <input id="repo_root_path" name="repo_root_path" value="{{.repo_root_path}}" required> <span class="help">{{.i18n.Tr "install.repo_path_helper"}}</span> </div> + <div class="inline field {{if .Err_LFSRootPath}}error{{end}}"> + <label for="lfs_root_path">{{.i18n.Tr "install.lfs_path"}}</label> + <input id="lfs_root_path" name="lfs_root_path" value="{{.lfs_root_path}}"> + <span class="help">{{.i18n.Tr "install.lfs_path_helper"}}</span> + </div> <div class="inline required field {{if .Err_RunUser}}error{{end}}"> <label for="run_user">{{.i18n.Tr "install.run_user"}}</label> <input id="run_user" name="run_user" value="{{.run_user}}" required> |