1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-31 22:54:11 +00:00

Sort repos im myhome and group page

This commit is contained in:
xiez
2012-06-28 20:02:17 +08:00
parent d48be652a5
commit 6a77ab10b0
3 changed files with 6 additions and 8 deletions

View File

@@ -85,5 +85,3 @@ def calculate_repo_last_modify(repo_list):
repo.latest_modify = get_commits(repo.id, 0, 1)[0].ctime
except:
repo.latest_modify = None
continue