[extensions-web] Fix a silly typo in the login popup form



commit bf88702b9a4d76fd3fc0cd3dbcf43d71d7259957
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Wed Nov 23 20:31:26 2011 -0500

    Fix a silly typo in the login popup form
    
    I have no idea why Django was OK with this...

 sweettooth/auth/context_processors.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/sweettooth/auth/context_processors.py b/sweettooth/auth/context_processors.py
index fc4f31d..3d7e217 100644
--- a/sweettooth/auth/context_processors.py
+++ b/sweettooth/auth/context_processors.py
@@ -5,4 +5,4 @@ def login_form(request):
     if request.user.is_authenticated():
         return dict()
 
-    return dict(login_popup_form=forms.InlineAuthenticationForm)
+    return dict(login_popup_form=forms.InlineAuthenticationForm())



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]