Update install.twig

This commit is contained in:
Sergio Brighenti 2020-05-14 13:38:32 +02:00 committed by GitHub
parent ccf7b5d2c6
commit a3092f56c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -104,7 +104,7 @@
<div class="form-group row hook-storage"> <div class="form-group row hook-storage">
<label for="storage_region" class="col-sm-3 col-form-label">AWS S3 endpoint</label> <label for="storage_region" class="col-sm-3 col-form-label">AWS S3 endpoint</label>
<div class="col-sm-9"> <div class="col-sm-9">
<input type="text" class="form-control hook-storage-input" id="storage_endpoint" name="storage_endpoint" placeholder="optional (for S3-compatible services)" autocomplete="off" data-default-local=null> <input type="text" class="form-control hook-storage-input" id="storage_endpoint" name="storage_endpoint" placeholder="optional (for S3-compatible services)" autocomplete="off">
</div> </div>
</div> </div>
<div class="form-group row hook-storage"> <div class="form-group row hook-storage">