Add ALT tags to images for accessibility. Fixes #2902

This commit is contained in:
Murtuza Zabuawala
2018-01-08 12:43:36 +00:00
committed by Dave Page
parent 89821c0d19
commit aec86970f2
11 changed files with 35 additions and 20 deletions

View File

@@ -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">