Skip to content

Commit

Permalink
Update externals_login_form.html
Browse files Browse the repository at this point in the history
Added Alt Tag information to resolve the Image missing a text alternative - Siteimprove
  • Loading branch information
Johnsonjesuraj authored and DImuthuUpe committed Mar 5, 2024
1 parent 7a0dba8 commit afd1fb9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ <h5 class="card-title">{{ title|default:"Log in with your existing organizationa
{% 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>
Expand Down

0 comments on commit afd1fb9

Please sign in to comment.