Accessibility updates

This commit is contained in:
2026-02-10 11:08:16 +00:00
parent a24d12ee81
commit ead3bfd7b8
30 changed files with 372 additions and 45 deletions

View File

@@ -3,7 +3,7 @@
<div class="form-group">
<label for="input-register-username" class="control-label">{{translate('USERNAME')}}</label>
<span class="pull-right"><a href="#" id="input-register-username-suggest">[{{translate('SUGGEST')}}]</a></span>
<input type="text" id="input-register-username" name="user_name" placeholder="{{translate('USERNAME.CHOOSE')}}" class="form-control" autocomplete="off">
<input type="text" id="input-register-username" name="user_name" placeholder="{{translate('USERNAME.CHOOSE')}}" class="form-control" autocomplete="username">
</div>
{% if col_width %}</div>{% endif %}
{% endif %}