Dot-Notation for Users.url

This commit is contained in:
Elrond
2011-11-14 19:16:02 +01:00
parent bec591d85b
commit a24e5133ed
2 changed files with 2 additions and 2 deletions

View File

@@ -176,7 +176,7 @@ def edit_profile(request):
{'user': user,
'form': form})
user['url'] = unicode(request.POST['url'])
user.url = unicode(request.POST['url'])
user['bio'] = unicode(request.POST['bio'])
if password_matches: