Accessibility updates
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<label class="sr-only" for="input-register-captcha">{{translate('CAPTCHA.VERIFY')}}</label>
|
||||
<div class="row">
|
||||
<div class="col-md-6">
|
||||
<input type="text" id="input-register-captcha" name="captcha" placeholder="{{translate('CAPTCHA.SPECIFY')}}" class="form-control">
|
||||
<input type="text" id="input-register-captcha" name="captcha" placeholder="{{translate('CAPTCHA.SPECIFY')}}" class="form-control" autocomplete="off">
|
||||
</div>
|
||||
<div class="col-md-6 form-col-captcha">
|
||||
<img src="{{site.uri.public}}/account/captcha" id="captcha" data-target="#input-register-captcha">
|
||||
|
||||
Reference in New Issue
Block a user