mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Add ALT tags to images for accessibility. Fixes #2902
This commit is contained in:
committed by
Dave Page
parent
89821c0d19
commit
aec86970f2
@@ -8,7 +8,8 @@
|
||||
<fieldset>
|
||||
{{ render_field_with_errors(login_user_form.email, "text") }}
|
||||
{{ render_field_with_errors(login_user_form.password, "password") }}
|
||||
<input class="btn btn-lg btn-success btn-block" type="submit" value="{{ _('Login') }}">
|
||||
<input class="btn btn-lg btn-success btn-block" type="submit" value="{{ _('Login') }}"
|
||||
title="{{ _('Login') }}">
|
||||
<div class="pgadmin-control-group form-group pg-el-xs-12 user-language">
|
||||
<label class="help-block pg-el-sm-3">{{ _("Language") }}</label>
|
||||
<div class="pgadmin-controls pg-el-sm-9">
|
||||
|
||||
Reference in New Issue
Block a user