fmartingr
/
shelfzilla
Archived
1
0
Fork 0

Python code use methods with (). Damn django templates.

This commit is contained in:
Felipe Martín 2014-08-24 18:11:32 +02:00
parent 6340b1bb74
commit c88437c068
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ def user_configuration(request):
def auth(request):
result = {}
if request.user.is_authenticated:
if request.user.is_authenticated():
result['user'] = User.objects.get(pk=request.user.pk)
return result