1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-01 15:09:14 +00:00

Modify profile

This commit is contained in:
xiez
2012-06-21 20:53:13 +08:00
parent d8c5604687
commit d477e543e7
13 changed files with 90 additions and 67 deletions

View File

@@ -554,7 +554,7 @@ def myhome(request):
else:
groups_join.append(group)
#get nickname
# get nickname
if not Profile.objects.filter(user=request.user.username):
nickname = ''
else: