We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a14dc27 commit d0b360aCopy full SHA for d0b360a
funnel/templates/password_login_form.html.jinja2
@@ -74,7 +74,7 @@
74
href="{{ url_for('login_service', service=provider_name) }}"
75
data-ga="login using {{ provider_name }}"
76
aria-label="{% trans title=provider.title %}Login using {{ title }}{% endtrans %}">
77
- <img src="{{ url_for('static', filename='img/' + provider_name + '.svg') }}"
+ <img src="{{ url_for('static', filename='img/login/' + provider_name + '.svg') }}"
78
alt="{{ provider.title }}"
79
aria-hidden="true"/>
80
</a>
0 commit comments