Skip to content
This repository has been archived by the owner on Jan 19, 2021. It is now read-only.

Commit

Permalink
Fix some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
davedash committed Feb 8, 2012
1 parent 79681b2 commit 1795d69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/users/cron.py
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -183,8 +183,8 @@ def _populate_from_ldap(profile):
user = profile.user user = profile.user


user.username = username user.username = username
user.lastname = lastname user.last_name = lastname
user.firstname = firstname user.first_name = firstname
user.save() user.save()


profile.bio = bio profile.bio = bio
Expand Down

0 comments on commit 1795d69

Please sign in to comment.