Skip to content

Commit ea14595

Browse files
committed
Template consistency fix
1 parent 50a6f90 commit ea14595

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readthedocs/templates/socialaccount/snippets/provider_list.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
{% if provider.id == "openid" %}
88
{% for brand in provider.get_brands %}
99
<li>
10-
<a title="{{brand.name}}"
10+
<a title="{{ brand.name }}"
1111
class="socialaccount-provider {{ provider.id }} {{ brand.id }}"
1212
href="{% provider_login_url provider.id openid=brand.openid_url process=process %}"
1313
>
@@ -20,7 +20,7 @@
2020
{% endif %}
2121
{% if provider.id != 'bitbucket' %}
2222
<li>
23-
<a title="{{provider.name}}"
23+
<a title="{{ provider.name }}"
2424
class="socialaccount-provider {{ provider.id }} button"
2525
href="{% provider_login_url provider.id process=process scope=scope auth_params=auth_params %}"
2626
>

0 commit comments

Comments
 (0)