Commit 1774b8c4 authored by Mathieu Rodic's avatar Mathieu Rodic

Merge branch 'refactoring' of ssh://delanoe.org:1979/gargantext into refactoring

parents 63782102 6e33ab7c
......@@ -48,7 +48,7 @@ def overview(request):
'debug': settings.DEBUG,
'date': datetime.now(),
# projects owned by the user
'number': len(user_projects),
'number': user_projects.count(),
'projects': user_projects,
# projects owned by the user's contacts
'common_users': (contact for contact, projects in contacts_projects),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment