summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/install.tmpl5
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/install.tmpl b/templates/install.tmpl
index f72416b846..e2799eb53c 100644
--- a/templates/install.tmpl
+++ b/templates/install.tmpl
@@ -109,6 +109,11 @@
<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">
+ <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>
+ </div>
+
<!-- Optional Settings -->
<h4 class="ui dividing header">{{.i18n.Tr "install.optional_title"}}</h4>