Skip to content

Commit

Permalink
filter by user
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsmedina committed Aug 1, 2011
1 parent 9fb9b5a commit e3bde3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion startdust_website/panel/views.py
Expand Up @@ -19,7 +19,7 @@ class IndexView(TemplateView):

def get_context_data(self, **kwargs):
context = super(IndexView, self).get_context_data(**kwargs)
context['projects'] = Project.objects.all()
context['projects'] = Project.objects.filter(user=self.request.user)
return context


Expand Down

0 comments on commit e3bde3b

Please sign in to comment.