s3uploaddone

This commit is contained in:
Hassan Hashmi
2022-06-29 17:52:35 +05:00
parent aa24855963
commit 8f4ebed722
4 changed files with 321 additions and 112 deletions

View File

@@ -105,7 +105,7 @@
<div ng-hide="SecretKeydiv" class="form-group">
<label class="col-sm-3 control-label">{% trans "Secret Key" %}</label>
<div class="col-sm-6">
<input name="SecretKey" type="text" class="form-control" ng-model="SecretKey"
<input name="SecretKey" type="password" class="form-control" ng-model="SecretKey"
required>
</div>
</div>