| Issue 11: | using is_authenticated rather than is_authenticated() | |
| Back to list |
One thing I noticed was you use if user.is_authenticated: rather than if user.is_authenticated(): in a bunch of places. I think the latter is correct. I'll supply a patch once the email notification is done unless you get to it.
Feb 9, 2008
Project Member
#1
rwpoul...@gmail.com
Status:
Fixed
|