1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-27 19:20:53 +00:00

Modified user profile

This commit is contained in:
zhengxie 2012-10-22 21:06:16 +08:00
parent 4c34276458
commit e065f6eb90

View File

@ -76,7 +76,7 @@ def user_profile(request, user):
user_intro = profile.intro
else:
nickname = user
intro = ''
user_intro = '他还未接受邀请。'
if user == request.user.username or \
Contact.objects.filter(user_email=request.user.username,