Skip to content

Commit afd1fb9

Browse files
JohnsonjesurajDImuthuUpe
authored andcommitted
Update externals_login_form.html
Added Alt Tag information to resolve the Image missing a text alternative - Siteimprove
1 parent 7a0dba8 commit afd1fb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

django_airavata/apps/auth/templates/django_airavata_auth/partials/externals_login_form.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ <h5 class="card-title">{{ title|default:"Log in with your existing organizationa
1616
{% endif %}
1717
class="btn btn-primary btn-block mt-3">
1818
{% if external.logo %}
19-
<img src="{% static external.logo %}"/>
19+
<img src="{% static external.logo %}" alt="Sign in with {{ external.name }}"/>
2020
{% endif %}
2121
Sign in with {{ external.name }}
2222
</a>

0 commit comments

Comments
 (0)