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:
2
views.py
2
views.py
@@ -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', {
|
||||
|
Reference in New Issue
Block a user