We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50a6f90 commit ea14595Copy full SHA for ea14595
readthedocs/templates/socialaccount/snippets/provider_list.html
@@ -7,7 +7,7 @@
7
{% if provider.id == "openid" %}
8
{% for brand in provider.get_brands %}
9
<li>
10
- <a title="{{brand.name}}"
+ <a title="{{ brand.name }}"
11
class="socialaccount-provider {{ provider.id }} {{ brand.id }}"
12
href="{% provider_login_url provider.id openid=brand.openid_url process=process %}"
13
>
@@ -20,7 +20,7 @@
20
{% endif %}
21
{% if provider.id != 'bitbucket' %}
22
23
- <a title="{{provider.name}}"
+ <a title="{{ provider.name }}"
24
class="socialaccount-provider {{ provider.id }} button"
25
href="{% provider_login_url provider.id process=process scope=scope auth_params=auth_params %}"
26
0 commit comments