summaryrefslogtreecommitdiffstats
path: root/templates/install.tmpl
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-09-04 10:59:34 -0400
committerUnknwon <u@gogs.io>2015-09-04 10:59:34 -0400
commit07fe846c9f64c1b68ed55b42b523c50bf3c23c34 (patch)
treebbe14389d5dac086c3bda44404f4a79b6881a1b0 /templates/install.tmpl
parentd023e81a8f6016db0bdaf8a935f273cc6e0d9a49 (diff)
downloadgitea-07fe846c9f64c1b68ed55b42b523c50bf3c23c34.tar.gz
gitea-07fe846c9f64c1b68ed55b42b523c50bf3c23c34.zip
#1579 change e-mail max length to 254
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 6f35211e4f..5bf741afb0 100644
--- a/templates/install.tmpl
+++ b/templates/install.tmpl
@@ -89,7 +89,7 @@
</div>
<div class="inline required field">
<label for="domain">{{.i18n.Tr "install.domain"}}</label>
- <input id="domain" name="domain" value="{{.domain}}" required>
+ <input id="domain" name="domain" value="{{.domain}}" placeholder="e.g. try.gogs.io" required>
<span class="help">{{.i18n.Tr "install.domain_helper"}}</span>
</div>
<div class="inline required field">
@@ -104,7 +104,7 @@
</div>
<div class="inline required field">
<label for="app_url">{{.i18n.Tr "install.app_url"}}</label>
- <input id="app_url" name="app_url" value="{{.app_url}}" required>
+ <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>