1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-01 15:09:14 +00:00
This commit is contained in:
xiez
2012-06-28 20:07:39 +08:00
parent 6a77ab10b0
commit 6f7860c183

View File

@@ -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