mirror of
https://github.com/go-gitea/gitea.git
synced 2024-09-01 14:56:30 +00:00
fix integration test (#6898)
rename host to hostlist in html template Signed-off-by: abhishek818 <abhishekguptaatweb17@gmail.com>
This commit is contained in:
parent
f2c4cae867
commit
8d9269ffb9
@ -36,7 +36,7 @@
|
||||
</div>
|
||||
<div class="required field">
|
||||
<label for="host">{{ctx.Locale.Tr "admin.auths.host"}}</label>
|
||||
<input id="host" name="host" value="{{$cfg.Host}}" placeholder="mydomain.com" required>
|
||||
<input id="host" name="host" value="{{$cfg.HostList}}" placeholder="mydomain.com" required>
|
||||
</div>
|
||||
<div class="required field">
|
||||
<label for="port">{{ctx.Locale.Tr "admin.auths.port"}}</label>
|
||||
|
Loading…
Reference in New Issue
Block a user