We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a0dba8 commit afd1fb9Copy full SHA for afd1fb9
django_airavata/apps/auth/templates/django_airavata_auth/partials/externals_login_form.html
@@ -16,7 +16,7 @@ <h5 class="card-title">{{ title|default:"Log in with your existing organizationa
16
{% endif %}
17
class="btn btn-primary btn-block mt-3">
18
{% if external.logo %}
19
- <img src="{% static external.logo %}"/>
+ <img src="{% static external.logo %}" alt="Sign in with {{ external.name }}"/>
20
21
Sign in with {{ external.name }}
22
</a>
0 commit comments