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

modified base ui, repo, group, contact

This commit is contained in:
llj
2012-05-17 14:11:22 +08:00
parent 3912e0d20c
commit a054f4a3f5
8 changed files with 14 additions and 11 deletions

View File

@@ -246,10 +246,8 @@ def myhome(request):
groups_join = []
for group in groups:
if group.props.creator_name == request.user.username:
group.my_create = True
groups_manage.append(group)
else:
group.my_create = False
groups_join.append(group)
return render_to_response('myhome.html', {