This is an automated email from the ASF dual-hosted git repository.
dimuthuupe pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata-django-portal.git
The following commit(s) were added to refs/heads/master by this push:
new afd1fb90 Update externals_login_form.html
afd1fb90 is described below
commit afd1fb90ef064c70dcfc91e34e678ff6d5af66f5
Author: Johnsonjesuraj <[email protected]>
AuthorDate: Thu Feb 29 12:29:53 2024 +0530
Update externals_login_form.html
Added Alt Tag information to resolve the Image missing a text alternative -
Siteimprove
---
.../templates/django_airavata_auth/partials/externals_login_form.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/django_airavata/apps/auth/templates/django_airavata_auth/partials/externals_login_form.html
b/django_airavata/apps/auth/templates/django_airavata_auth/partials/externals_login_form.html
index 617aeec4..e1948609 100644
---
a/django_airavata/apps/auth/templates/django_airavata_auth/partials/externals_login_form.html
+++
b/django_airavata/apps/auth/templates/django_airavata_auth/partials/externals_login_form.html
@@ -16,7 +16,7 @@
{% endif %}
class="btn btn-primary btn-block mt-3">
{% if external.logo %}
- <img src="{% static external.logo %}"/>
+ <img src="{% static external.logo %}" alt="Sign in with {{
external.name }}"/>
{% endif %}
Sign in with {{ external.name }}
</a>