Skip to content
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.

Commit

Permalink
Reverse for ''socialauth_begin'' ... not found. [#1] Fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
adw0rd committed Sep 25, 2013
1 parent 37b840c commit ab28770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion social_auth_widget/templates/social_auth_widget.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% load i18n static %}
{% spaceless %}
{% for provider in providers %}
<a href="{% url 'socialauth_begin' provider.id %}" class="social-auth-backend"
<a href="{% url 'socialauth_begin' backend=provider.id %}" class="social-auth-backend"
style="background-position: {{ provider.position.width }}px {{ provider.position.height }}px">
<img title="{% trans provider.name %}" alt="{% trans provider.name %}" src="{% static "/static/blank.png" %}">
</a>
Expand Down

0 comments on commit ab28770

Please sign in to comment.