summaryrefslogtreecommitdiffstats
path: root/django_authopenid
diff options
context:
space:
mode:
Diffstat (limited to 'django_authopenid')
-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 c12017b2..0212955c 100644
--- a/django_authopenid/views.py
+++ b/django_authopenid/views.py
@@ -365,7 +365,7 @@ def signin(request,newquestion=False,newanswer=False):
'form2': form_signin,
'msg': request.GET.get('msg',''),
'sendpw_url': reverse('user_sendpw'),
- 'fb_api_key': settings.FB_API_KEY,
+ 'fb_api_key': forum_settings.FB_API_KEY,
}, context_instance=RequestContext(request))
def complete_signin(request):