summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--django_authopenid/views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django_authopenid/views.py b/django_authopenid/views.py
index 1cb8928b..1d072852 100644
--- a/django_authopenid/views.py
+++ b/django_authopenid/views.py
@@ -367,7 +367,7 @@ def register(request):
return render('authopenid/complete.html', {
'form1': form1,
'form2': form2,
- 'provider':providers[provider_name],
+ 'provider':provider_logo,
'nickname': nickname,
'email': email
}, context_instance=RequestContext(request))