1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-16 23:29:49 +00:00

Fixed a few bugs related to org. Using with tag to wrap template include

This commit is contained in:
xiez
2012-09-01 17:46:46 +08:00
parent 738c0e47e9
commit 12a6e0a87f
17 changed files with 190 additions and 44 deletions

View File

@@ -666,7 +666,6 @@ def myhome(request):
"grpmsg_list": grpmsg_list,
"grpmsg_reply_list": grpmsg_reply_list,
"orgmsg_list": orgmsg_list,
"url": reverse(repo_create),
}, context_instance=RequestContext(request))
@login_required
@@ -682,7 +681,6 @@ def public_home(request):
return render_to_response('public_home.html', {
'users': users,
'public_repos': public_repos,
"url": reverse(public_repo_create),
}, context_instance=RequestContext(request))
@login_required