summaryrefslogtreecommitdiffstats
path: root/templates/install.tmpl
diff options
context:
space:
mode:
authorJosh Frye <joshfng@gmail.com>2016-02-12 10:03:04 -0500
committerJosh Frye <joshfng@gmail.com>2016-02-12 10:03:04 -0500
commitec478b4b063e767eaf804216d2273d6e1f48d882 (patch)
treeffd24515181b32733f452513cda27e99dcea3bff /templates/install.tmpl
parent1feecd6beb19ac993afdc36f31207193ca42c553 (diff)
downloadgitea-ec478b4b063e767eaf804216d2273d6e1f48d882.tar.gz
gitea-ec478b4b063e767eaf804216d2273d6e1f48d882.zip
Set default log path if empty during install
Diffstat (limited to 'templates/install.tmpl')
-rw-r--r--templates/install.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/install.tmpl b/templates/install.tmpl
index b3d4d7339d..1d97abf528 100644
--- a/templates/install.tmpl
+++ b/templates/install.tmpl
@@ -109,9 +109,9 @@
<input id="app_url" name="app_url" value="{{.app_url}}" placeholder="e.g. https://try.gogs.io" required>
<span class="help">{{.i18n.Tr "install.app_url_helper"}}</span>
</div>
- <div class="inline required field">
+ <div class="inline field">
<label for="log_root_path">{{.i18n.Tr "install.log_root_path"}}</label>
- <input id="log_root_path" name="log_root_path" value="{{.log_root_path}}" placeholder="log" required>
+ <input id="log_root_path" name="log_root_path" value="{{.log_root_path}}" placeholder="log">
<span class="help">{{.i18n.Tr "install.log_root_path_helper"}}</span>
</div>