mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-01 15:09:14 +00:00
Fix bug
This commit is contained in:
@@ -136,7 +136,7 @@ def render_group_info(request, group_id, form):
|
||||
continue
|
||||
|
||||
repo.share_from = seafserv_threaded_rpc.get_group_repo_share_from(repo_id)
|
||||
repo.share_from_me = True if request.user.username == repo.share_from else False:
|
||||
repo.share_from_me = True if request.user.username == repo.share_from else False
|
||||
|
||||
try:
|
||||
repo.latest_modify = get_commits(repo.id, 0, 1)[0].ctime
|
||||
|
Reference in New Issue
Block a user