From 8ab5399e830c425e611e5b24ef2edefefa587455 Mon Sep 17 00:00:00 2001 From: Josh Frye Date: Fri, 12 Feb 2016 10:10:02 -0500 Subject: [PATCH] Make log path required --- modules/auth/user_form.go | 2 +- templates/install.tmpl | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/auth/user_form.go b/modules/auth/user_form.go index 0e863ec91..57451d9eb 100644 --- a/modules/auth/user_form.go +++ b/modules/auth/user_form.go @@ -27,7 +27,7 @@ type InstallForm struct { SSHPort int HTTPPort string `binding:"Required"` AppUrl string `binding:"Required"` - LogRootPath string + LogRootPath string `binding:"Required"` SMTPHost string SMTPFrom string diff --git a/templates/install.tmpl b/templates/install.tmpl index 1d97abf52..b3d4d7339 100644 --- a/templates/install.tmpl +++ b/templates/install.tmpl @@ -109,9 +109,9 @@ {{.i18n.Tr "install.app_url_helper"}} -
+
- + {{.i18n.Tr "install.log_root_path_helper"}}