Merge remote-tracking branch 'origin/fix_req' into fix_req

# Conflicts:
#	requirements.txt
feature/fix_accout_not_found
Andrey 8 years ago
parent 7b28e891c0
commit ea39c1815d
  1. 2
      access/views.py

@ -144,7 +144,7 @@ class DetailUserView(APIView):
user.first_name = f_n
if not l_n is None:
user.first_name = l_n
user.last_name = l_n
user.save()

Loading…
Cancel
Save