summaryrefslogtreecommitdiffstats
path: root/templates/install.tmpl
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2014-04-29 16:35:25 -0400
committerRobert Speicher <rspeicher@gmail.com>2014-04-29 16:35:25 -0400
commit494e5fd40c6c6f035c9d7a7e2737259afcb8424c (patch)
treecbbc1490f3a50760861ae6b9b78fd7d8fc905c21 /templates/install.tmpl
parent2401e68d7ed7d53425293ad32d231542d03bbef3 (diff)
downloadgitea-494e5fd40c6c6f035c9d7a7e2737259afcb8424c.tar.gz
gitea-494e5fd40c6c6f035c9d7a7e2737259afcb8424c.zip
Install: Set the default host string based on database type
Diffstat (limited to 'templates/install.tmpl')
-rw-r--r--templates/install.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/install.tmpl b/templates/install.tmpl
index 8fe678e509..eb6327d205 100644
--- a/templates/install.tmpl
+++ b/templates/install.tmpl
@@ -21,7 +21,7 @@
<div class="form-group">
<label class="col-md-3 control-label">Host: </label>
<div class="col-md-8">
- <input name="host" class="form-control" placeholder="Type database server host" value="{{.host}}">
+ <input name="host" id="database-host" class="form-control" placeholder="Type database server host" value="{{.host}}">
</div>
</div>