Accessibility updates
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
<form id="account-settings" role="form" action="{{site.uri.public}}/account/settings" method="post">
|
||||
<div class="box-header">
|
||||
<h3 class="box-title"><i class="fas fa-cog fa-fw"></i> {{translate("ACCOUNT.SETTINGS")}}</h3>
|
||||
<h2 class="box-title"><i class="fas fa-cog fa-fw"></i> {{translate("ACCOUNT.SETTINGS")}}</h2>
|
||||
</div>
|
||||
<div class="box-body">
|
||||
{% include "forms/csrf.html.twig" %}
|
||||
|
||||
<!-- Prevent browsers from trying to autofill the password field. See http://stackoverflow.com/a/23234498/2970321 -->
|
||||
<input type="text" style="display:none">
|
||||
<input type="password" style="display:none">
|
||||
<input type="text" style="display:none" aria-hidden=”true” role="none" aria-label="autocomplere username trap">
|
||||
<input type="password" style="display:none" aria-hidden=”true” role="none" aria-label="autocomplere password trap">
|
||||
|
||||
{% block settings_account %}
|
||||
<div class="row">
|
||||
|
||||
Reference in New Issue
Block a user